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

Warn In PyThreadState_Clear() If the Thread State Still Has an Unhandled Exception interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#121058 opened Jun 26, 2024 by ericsnowcurrently
Some Runtime Finalization Constraints Are Not Enforced Nor Documented 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes docs Documentation in the Doc dir interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-bug An unexpected behavior, bug, or error
#120838 opened Jun 21, 2024 by ericsnowcurrently
The New REPL Command History Does Not Honor Partial Text 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#120767 opened Jun 19, 2024 by ericsnowcurrently
The New REPL Does Not Load My Command History 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#120766 opened Jun 19, 2024 by ericsnowcurrently
[Docs] Possibly Add More Information About Immortal Objects 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes docs Documentation in the Doc dir topic-C-API
#120426 opened Jun 12, 2024 by ericsnowcurrently
__file__ for Some Dynamic Extension Modules has a Broken Refcount 3.13 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#118733 opened May 7, 2024 by ericsnowcurrently
_Py_FinishPendingCalls() Doesn't Necessarily Run All Remaining Pending Calls 3.12 bugs and security fixes 3.13 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#118297 opened Apr 25, 2024 by ericsnowcurrently
Single-Phase Init Extension Module Init Functions Still Run in Isolated Interpreters 3.13 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-bug An unexpected behavior, bug, or error
#117953 opened Apr 16, 2024 by ericsnowcurrently
[subinterpreters] Refleaks on Windows Under Specific Conditions OS-windows pending The issue will be closed if no feedback is provided topic-subinterpreters type-bug An unexpected behavior, bug, or error
#117936 opened Apr 16, 2024 by ericsnowcurrently
Remove Incref/Decref of Specific Immortal Objects 3.13 bugs and security fixes type-feature A feature request or enhancement
#117425 opened Apr 1, 2024 by ericsnowcurrently
[Tool: c-analyzer] Unexpected Intermediate Error When the Tool Fails type-bug An unexpected behavior, bug, or error
#116828 opened Mar 14, 2024 by ericsnowcurrently
Add a Per-Interpreter "HEAD" Lock interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-feature A feature request or enhancement
#114940 opened Feb 2, 2024 by ericsnowcurrently
Extension Module Handles Are Never Closed 3.13 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#114538 opened Jan 24, 2024 by ericsnowcurrently
Crash Due to Exception in threading._shutdown() 3.12 bugs and security fixes 3.13 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
#113148 opened Dec 14, 2023 by ericsnowcurrently
Lingering Subinterpreter Subthread Keeps Program From Exiting 3.12 bugs and security fixes 3.13 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-bug An unexpected behavior, bug, or error
#113146 opened Dec 14, 2023 by ericsnowcurrently
Ctrl-C Does Not Do Anything While A Subinterpreter Is Running in the Main Thread 3.12 bugs and security fixes 3.13 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-bug An unexpected behavior, bug, or error
#113130 opened Dec 14, 2023 by ericsnowcurrently
Crash if Thread Running a Subinterpreter Is Interrupted During Finalization 3.12 bugs and security fixes 3.13 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-bug An unexpected behavior, bug, or error type-crash A hard crash of the interpreter, possibly with a core dump
#113127 opened Dec 14, 2023 by ericsnowcurrently
The Attributes of Exception Objects are not Clearly Documented and Easily Discoverable 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes docs Documentation in the Doc dir
#111917 opened Nov 9, 2023 by ericsnowcurrently
Optimize the traceback Module For Core Runtime Use (and Support Custom Builds Better) 3.13 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#111915 opened Nov 9, 2023 by ericsnowcurrently
Missing Signature Info for Builtin Exceptions in help() and Docs 3.11 only security fixes 3.12 bugs and security fixes 3.13 bugs and security fixes docs Documentation in the Doc dir interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#111405 opened Oct 27, 2023 by ericsnowcurrently
The Limit of 32 Pending Calls is Too Small 3.13 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-feature A feature request or enhancement
#110693 opened Oct 11, 2023 by ericsnowcurrently
ProTip! Exclude everything labeled bug with -label:bug.