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

[Python-C] _PyThreadState_UncheckedGet() changed behavior in python 3.12 and code from 3.11 no longer works 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided topic-C-API
#131346 opened Mar 17, 2025 by AnnaAraslanova
Clarify the Purpose of the PyGILState API and Identify Better Alternatives 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
#131267 opened Mar 14, 2025 by ericsnowcurrently
Deprecate and Then Remove PyGILState_GetThisThreadState() interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-feature A feature request or enhancement
#131265 opened Mar 14, 2025 by ericsnowcurrently
Rename PyGILState_Check() interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-feature A feature request or enhancement
#131264 opened Mar 14, 2025 by ericsnowcurrently
PyGILState_Ensure in one thread causes the thread-local storage of other threads to be GCed interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-bug An unexpected behavior, bug, or error
#130394 opened Feb 21, 2025 by kevin85421
PyImport_Import does not fall back to default builtins topic-C-API type-bug An unexpected behavior, bug, or error
#130272 opened Feb 18, 2025 by nertpinx
Weakly Referenceable Object interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided topic-C-API type-feature A feature request or enhancement
#130062 opened Feb 12, 2025 by nybblista
Py_tp_bases is not tested tests Tests in the Lib/test dir topic-C-API
#129849 opened Feb 8, 2025 by sobolevn
Alignment fault in PyMember_SetOne under freethreading on aarch64 docs Documentation in the Doc dir topic-C-API topic-free-threading type-bug An unexpected behavior, bug, or error
#129675 opened Feb 5, 2025 by hawkinsp
_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
Refer to the GIL as a thread state in the C API docs Documentation in the Doc dir topic-C-API
#127989 opened Dec 16, 2024 by ZeroIntensity
_PyEval_SetTrace is no longer available in C API since 3.13 3.13 bugs and security fixes topic-C-API type-bug An unexpected behavior, bug, or error
#127748 opened Dec 8, 2024 by dalazx
PEP 667 follow-up: hard deprecate PyEval_GetLocals() 3.14 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API triaged The issue has been accepted as valid by a triager.
#125170 opened Oct 9, 2024 by ncoghlan
Fail PyGILState_Ensure() If Finalizing? interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-feature A feature request or enhancement
#124622 opened Sep 26, 2024 by ericsnowcurrently
PyGILStateEnsure() (Probably) Crashes If Called After Finalization 3.12 bugs and security fixes 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-C-API type-bug An unexpected behavior, bug, or error
#124619 opened Sep 26, 2024 by ericsnowcurrently
How to get msecs from PyTime API in 3.13? topic-C-API type-bug An unexpected behavior, bug, or error
#124088 opened Sep 14, 2024 by tonybaloney
METH_METHOD calling convention is now not so efficient performance Performance or resource usage topic-C-API type-bug An unexpected behavior, bug, or error
#123500 opened Aug 30, 2024 by neonene
ProTip! Type g i on any issue or pull request to go back to the issue listing page.