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
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

ResourceWarning in urllib tests tests Tests in the Lib/test dir
#128734 opened Jan 11, 2025 by serhiy-storchaka
ResourceWarning in test_robotparser stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#128731 opened Jan 11, 2025 by serhiy-storchaka
RuntimeWarning in test_unittest tests Tests in the Lib/test dir
#128729 opened Jan 11, 2025 by serhiy-storchaka
Top-level code environment docs are outdated for Python 3.13+ docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
#128720 opened Jan 10, 2025 by wimglenn
Race between Py_SetRecursionLimit and _Py_LeaveRecursiveCallPy under free-threading 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-free-threading type-bug An unexpected behavior, bug, or error
#128717 opened Jan 10, 2025 by hawkinsp
Consistency in code examples, newline or no newline? docs Documentation in the Doc dir pending The issue will be closed if no feedback is provided
#128716 opened Jan 10, 2025 by StanFromIreland
Untangle ctypes bitfield size and expose field information topic-ctypes type-feature A feature request or enhancement
#128715 opened Jan 10, 2025 by encukou
Race in func_get_annotations under free-threading 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-free-threading type-bug An unexpected behavior, bug, or error
#128714 opened Jan 10, 2025 by hawkinsp
Comparison operators could benefit from constant folding interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#128706 opened Jan 10, 2025 by WolframAlph
Windows 10 Mimetypes for .webp return empty OS-windows stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#128703 opened Jan 10, 2025 by ewwink
sysconfig.get_platform(): specify result for Windows ARM64 docs Documentation in the Doc dir
#128696 opened Jan 10, 2025 by ncoghlan
test_embed.test_init_pyvenv_cfg fails tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#128690 opened Jan 9, 2025 by WolframAlph
Introduce qualified name instead of function name in logging stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#128688 opened Jan 9, 2025 by NN---
LOAD_CONST_IMMORTAL doesn't survive being instrumented and de-instrumented. interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#128685 opened Jan 9, 2025 by markshannon
_PyOS_SigintEvent() is needed for interruptible waiting on main thread topic-C-API type-bug An unexpected behavior, bug, or error
#128684 opened Jan 9, 2025 by jbms
Consistently spill the evaluation stack when making escaping calls interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#128682 opened Jan 9, 2025 by markshannon
Race condition in tracemalloc causes segfaults 3.13 bugs and security fixes 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir type-crash A hard crash of the interpreter, possibly with a core dump
#128679 opened Jan 9, 2025 by itamarst
KeyboardInterrupt about test for REPL was directly captured by the test program topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#128676 opened Jan 9, 2025 by Natural-selection1
sys._base_executable resolves symlinks too eagerly, resulting in undesirable venv from venv behaviour stdlib Python modules in the Lib dir topic-installation topic-venv Related to the venv module type-bug An unexpected behavior, bug, or error
#128670 opened Jan 9, 2025 by pelson
Inconsistent Unpacking Value Error Messages: Too Many Values to Unpack (Expected X) interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided type-feature A feature request or enhancement
#128660 opened Jan 9, 2025 by prasannaba
StrEnum.__getitem__ raises TypeError stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#128659 opened Jan 9, 2025 by injust
Spurious warning since Python3.13 task took excessive time when used with freezegun type-bug An unexpected behavior, bug, or error
#128658 opened Jan 9, 2025 by MarkusBiggus
Race in py_digest_by_name, _hashopenssl.c under free-threading extension-modules C modules in the Modules dir topic-free-threading type-bug An unexpected behavior, bug, or error
#128657 opened Jan 9, 2025 by vfdev-5
GzipFile.readinto reads full file before copying into the provided buffer stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#128646 opened Jan 8, 2025 by effigies
ProTip! Exclude everything labeled bug with -label:bug.