Issues · python/cpython
GH-100342: check for allocation failure in AC *args parsing
awaiting core review
expert-argument-clinic
needs backport to 3.11
type-bug
An unexpected behavior, bug, or error
#100343 opened Dec 19, 2022 by kumaraditya303 Loading…
Missing NULL check in AC *args tuple parsing 3.11 3.12 expert-argument-clinic type-bug An unexpected behavior, bug, or error type-crash A hard crash of the interpreter, possibly with a core dump
#100342 opened Dec 19, 2022 by kumaraditya303
Build failure on wasm-sdk-17 build The build process and cross-build expert-WebAssembly type-bug An unexpected behavior, bug, or error
#100340 opened Dec 19, 2022 by kushaldas
csv.Dialect: Defaults are documented but not correctly implemented type-bug An unexpected behavior, bug, or error
#100335 opened Dec 18, 2022 by shoeffner
Smtp auth login should fail immediately if error is bad authentication type-bug An unexpected behavior, bug, or error
#100331 opened Dec 18, 2022 by gpatel-fr
Inconsistent drive letter case on Windows OS-windows type-bug An unexpected behavior, bug, or error
#100322 opened Dec 17, 2022 by Kieran-Bacon
Python 3.11.0 -> 3.11.1 : ...\Python311\DLLs not added to sys.path in embedded startup on Windows OS-windows type-bug An unexpected behavior, bug, or error
#100320 opened Dec 17, 2022 by kxrob
iscoroutinefunction returns False for wrapper functions with update_wrapper applied
stdlib
Python modules in the Lib dir
type-bug
An unexpected behavior, bug, or error
#100317 opened Dec 17, 2022 by jonasBoss
__hash__ method in str child class causing unintended side effects interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#100313 opened Dec 17, 2022 by Marlin-Na
Python WASM-WASI can't be executed from a different directory than root. expert-WebAssembly type-bug An unexpected behavior, bug, or error
#100307 opened Dec 16, 2022 by dbaeumer
socket.getfqdn() returns unqualifed hostname if the resolver is configured to trim local domains type-bug An unexpected behavior, bug, or error
#100298 opened Dec 16, 2022 by okapia
email.utils.make_msgid return ids that break email messages with related content type-bug An unexpected behavior, bug, or error
#100293 opened Dec 16, 2022 by ostefano
unittest: self is not passed with specced/autospecced PropertyMock
stdlib
Python modules in the Lib dir
type-bug
An unexpected behavior, bug, or error
#100291 opened Dec 16, 2022 by WilliamDEdwards
unittest: TestLoader.discover() returns tests in package/__init__.py stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#100290 opened Dec 16, 2022 by mherrmann
unittest.mock.seal doesn't work as expected with AsyncMock stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#100287 opened Dec 16, 2022 by hauntsaninja
email.policy.SMTP TypeError: 'Header' object is not subscriptable type-bug An unexpected behavior, bug, or error
#100261 opened Dec 15, 2022 by barskykd
gzip module writes file with bad CRC when saving large files type-bug An unexpected behavior, bug, or error
#100260 opened Dec 15, 2022 by thomasf1
Ensurepip fails ungracefully when mimetype is missing from Windows registry 3.10 3.11 3.12 extension-modules C modules in the Modules dir OS-windows type-bug An unexpected behavior, bug, or error
#100256 opened Dec 14, 2022 by BlipRanger
py.exe launcher ignores [commands] from py.ini OS-windows type-bug An unexpected behavior, bug, or error
#100247 opened Dec 14, 2022 by cwalther
Class is not generic if it extends type[X]
expert-typing
type-bug
An unexpected behavior, bug, or error
#100246 opened Dec 14, 2022 by sobolevn
performance shortcut in functools.partial behaves differently in C and in Python version type-bug An unexpected behavior, bug, or error
#100242 opened Dec 14, 2022 by cfbolz
FAIL: test_quickened_static_code_gets_unquickened_at_Py_FINALIZE type-bug An unexpected behavior, bug, or error
#100225 opened Dec 13, 2022 by fabiounixpi
make sharedinstall does not create lib-dynload in DESTDIR if lib-dynload exists in system already
type-bug
An unexpected behavior, bug, or error
#100221 opened Dec 13, 2022 by mgorny
make sharedinstall does not return failure if install commands fail
type-bug
An unexpected behavior, bug, or error
#100220 opened Dec 13, 2022 by mgorny
socket.if_nametoindex('no-such-iface') raises OSError() without setting errno type-bug An unexpected behavior, bug, or error
#100218 opened Dec 13, 2022 by socketpair