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

GH-113464: A copy-and-patch JIT compiler interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#113465 opened Dec 25, 2023 by brandtbucher Draft
JIT Compilation 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#113464 opened Dec 25, 2023 by brandtbucher
Incrementing class variable about 2**32 times causes the Python 3.12.1 interpreter to crash 3.12 bugs and security fixes 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump
#113462 opened Dec 24, 2023 by gsbrodal
Crash Due to Exception in threading._shutdown() 3.12 bugs and security fixes 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-bug An unexpected behavior, bug, or error
#113148 opened Dec 14, 2023 by ericsnowcurrently
Lingering Subinterpreter Subthread Keeps Program From Exiting 3.12 bugs and security fixes 3.13 new features, 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 new features, 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 new features, 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
gh-112354: Add executor for less-taken branch interpreter-core (Objects, Python, Grammar, and Parser dirs)
#112902 opened Dec 9, 2023 by gvanrossum Draft
The new_interpreter() function incorrectly returns _PyStatus_OK() on some error code paths 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-bug An unexpected behavior, bug, or error
#112729 opened Dec 4, 2023 by colesbury
types.FunctionType is missing kwdefaults from the constructor 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#112640 opened Dec 3, 2023 by sobolevn
gcmodule: GIL drop during collection in debug mode may result in unexpected behavior with multiple threads interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error type-crash A hard crash of the interpreter, possibly with a core dump
#112564 opened Nov 30, 2023 by olutra
mimalloc: additional integration and changes for --disable-gil builds 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-free-threaded type-feature A feature request or enhancement
#112532 opened Nov 29, 2023 by colesbury
6.13. Conditional expressions: Grammar seems wrong docs Documentation in the Doc dir interpreter-core (Objects, Python, Grammar, and Parser dirs)
#112515 opened Nov 29, 2023 by tvogel
Helping users who mistake .rstrip() for .removesuffix() interpreter-core (Objects, Python, Grammar, and Parser dirs)
#112506 opened Nov 29, 2023 by Zac-HD
An opcode optimize error in Python 3.12.0 3.11 bug and security fixes 3.12 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#112356 opened Nov 24, 2023 by tiwb
Trace stitching interpreter-core (Objects, Python, Grammar, and Parser dirs)
#112354 opened Nov 24, 2023 by gvanrossum
Speed up the Tier 2 interpreter interpreter-core (Objects, Python, Grammar, and Parser dirs)
#112287 opened Nov 20, 2023 by gvanrossum
deadlocked child process after forking on pystate.c's HEAD_LOCK 3.11 bug and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided topic-multiprocessing type-bug An unexpected behavior, bug, or error
#112275 opened Nov 20, 2023 by ChuBoning
Move the eval_breaker to PyThreadState 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-free-threaded type-feature A feature request or enhancement
#112175 opened Nov 16, 2023 by colesbury
Allow memoryview objects to support ctypes Arrays 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-ctypes type-feature A feature request or enhancement
#112014 opened Nov 13, 2023 by rianhunter
sys.monitoring: local events still sent after free_tool_id 3.12 bugs and security fixes 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#111963 opened Nov 10, 2023 by nedbat
Optimize the traceback Module For Core Runtime Use (and Support Custom Builds Better) 3.13 new features, 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
Change error message for ord('string with >1 char') interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#111821 opened Nov 7, 2023 by dasharup
_PyOpcode_Caches and _PyOpcode_Deopt inconsistency between Linux and Windows interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#111767 opened Nov 6, 2023 by mantaionut
Segmentation fault during garbage collection interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump
#111629 opened Nov 2, 2023 by jefferyto
ProTip! no:milestone will show everything without a milestone.