Skip to content

Issues: python/cpython

Beta
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

Update setupotools.whl to 70.1+, drop wheel.whl dependencies Pull requests that update a dependency file tests Tests in the Lib/test dir type-feature A feature request or enhancement
#132866 opened Apr 24, 2025 by hroncok
"double free or corruption (!prev)" with radicale pending The issue will be closed if no feedback is provided topic-ctypes type-crash A hard crash of the interpreter, possibly with a core dump
#132856 opened Apr 23, 2025 by DrElizar
Subclassing PrettyPrinter.format doesn't work in all cases stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#132855 opened Apr 23, 2025 by gsnedders
Preventing the use of a null pointer in mro_hierarchy interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump
#132835 opened Apr 23, 2025 by smurav
Report of Open Redirect Vulnerability in Python 3.9.19 - Utilizing Simple HTTP 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes 3.12 only security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error type-security A security issue
#132826 opened Apr 23, 2025 by hnagashimauu
PyEval_SetProfileAllThreads is racy 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
#132817 opened Apr 22, 2025 by hawkinsp
test__opcode fails with missing 'jump_backward' in specialization stats 3.14 new features, bugs and security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#132815 opened Apr 22, 2025 by furkanonder
csv.witer with QUOTE_NONE still requires non-emtpy quotechar and escapechar extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#132813 opened Apr 22, 2025 by vadimkantorov
[3.14] annotationlib - Union '|' syntax and typing.Union[...] generate different forward references. 3.14 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-typing type-bug An unexpected behavior, bug, or error
#132805 opened Apr 22, 2025 by DavidCEllis
Schedule removal of PyUnicode_AsDecoded/Encoded functions interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-bug An unexpected behavior, bug, or error
#132798 opened Apr 22, 2025 by StanFromIreland
smtplib: missing case in handling 421 response in sendmail 3.13 bugs and security fixes 3.14 new features, bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#132796 opened Apr 22, 2025 by codeZeilen
UnicodeEncodeError during mime header parsing is unhandled in _header_value_parser.py stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#132794 opened Apr 22, 2025 by aclemons
No Python documentation found for 'match' docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
#132783 opened Apr 21, 2025 by dzherb
NotShareableError Should Inherit from TypeError 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-bug An unexpected behavior, bug, or error
#132781 opened Apr 21, 2025 by ericsnowcurrently
memoryview Cross-Interpreter Data Has Some Minor Issues 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-bug An unexpected behavior, bug, or error
#132776 opened Apr 21, 2025 by ericsnowcurrently
Minor InterpreterPoolExecutor Issues 3.14 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-subinterpreters type-bug An unexpected behavior, bug, or error
#132775 opened Apr 21, 2025 by ericsnowcurrently
Potential Integer Overflow in mark_stacks function 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#132771 opened Apr 21, 2025 by rialbat
dict_set_fromkeys() calculates size of dictionary improperly 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#132762 opened Apr 21, 2025 by ThomasBr0
Expose dict view types in types stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#132760 opened Apr 20, 2025 by AA-Turner
Build fails with --enable-pystats and --with-tail-call-interp due to undeclared lastopcode variable build The build process and cross-build type-bug An unexpected behavior, bug, or error
#132758 opened Apr 20, 2025 by furkanonder
Argument Clinic: c_default does not work with bool and char converters 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-argument-clinic type-bug An unexpected behavior, bug, or error
#132753 opened Apr 20, 2025 by serhiy-storchaka
Check consistency of OpenSSL data headers build The build process and cross-build extension-modules C modules in the Modules dir topic-SSL type-feature A feature request or enhancement
#132745 opened Apr 20, 2025 by picnixz
ProTip! Exclude everything labeled bug with -label:bug.