Skip to content

Issues: python/cpython

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

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
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
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
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
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 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
ProTip! Exclude everything labeled bug with -label:bug.