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

Some instructions and specializations ignore PEP 523 3.11 bug and security fixes 3.12 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#104405 opened May 11, 2023 by brandtbucher
PEP 709 segfault with nested comprehensions plus lambdas release-blocker type-bug An unexpected behavior, bug, or error
#104404 opened May 11, 2023 by JelleZijlstra
pygettext: use an AST parser instead of a tokenizer type-feature A feature request or enhancement
#104400 opened May 11, 2023 by tomasr8
Add link to Download page on documentation index docs Documentation in the Doc dir
#104395 opened May 11, 2023 by adorilson
2-5x slowdown, long-standing Event performance regression performance Performance or resource usage stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#104391 opened May 11, 2023 by xloem
csv.Sniffer().has_header() can't not identify header line stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#104380 opened May 11, 2023 by mewu3
Pathlib docs use versionadded incorrectly 3.11 bug and security fixes 3.12 new features, bugs and security fixes docs Documentation in the Doc dir topic-pathlib
#104375 opened May 11, 2023 by barneygale
subprocess can block all Python threads when using vfork() until the child process exec() succeeds or fails. extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#104372 opened May 10, 2023 by gpshead
ssl docs still refer to removed module-level ssl.wrap_socket 3.12 new features, bugs and security fixes docs Documentation in the Doc dir
#104360 opened May 10, 2023 by graingert
OSError and SegFault encountered when building p11-Kit against 32 bit Python-3.11.2 using 64 bit time flags type-crash A hard crash of the interpreter, possibly with a core dump
#104351 opened May 10, 2023 by TabLand
asyncio.Server.wait_closed() appears to hang indefinitely in 3.12.0a7 pending The issue will be closed if no feedback is provided topic-asyncio type-bug An unexpected behavior, bug, or error
#104344 opened May 9, 2023 by jnsnow
test__xxsubinterpreters is Occasionally Crashing 3.12 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-crash A hard crash of the interpreter, possibly with a core dump
#104341 opened May 9, 2023 by ericsnowcurrently
Unhandled BrokenPipeError in asyncio.streams topic-asyncio type-bug An unexpected behavior, bug, or error
#104340 opened May 9, 2023 by TheTechromancer
gammavariate uses misleading parameter names. docs Documentation in the Doc dir
#104337 opened May 9, 2023 by drj11
destroy_gil() is not called over multiple Py_Initialize() / Py_Finalize() calls type-bug An unexpected behavior, bug, or error
#104324 opened May 9, 2023 by adr26
Improve stack trace from where command in pdb stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#104316 opened May 9, 2023 by ironyman
Add importlib.util.allowing_all_extensions() 3.12 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-subinterpreters type-feature A feature request or enhancement
#104310 opened May 8, 2023 by ericsnowcurrently
netrc emits syntax errors for comments after blank lines stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#104306 opened May 8, 2023 by LukeShu
Newline string breaks doctest in four different contexts pending The issue will be closed if no feedback is provided
#104303 opened May 8, 2023 by pdq-self
ProTip! Type g i on any issue or pull request to go back to the issue listing page.