-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
Label
Projects
Milestones
Assignee
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
Docs: C API: Improve documentation around non-Python threads with subinterpreters
awaiting review
docs
Documentation in the Doc dir
needs backport to 3.12
bug and security fixes
needs backport to 3.13
bugs and security fixes
skip issue
skip news
topic-C-API
topic-subinterpreters
#131087
opened Mar 11, 2025 by
ZeroIntensity
Loading…
Docs: Fix documentation for "PyTypeObject Definition"
awaiting core review
docs
Documentation in the Doc dir
needs backport to 3.12
bug and security fixes
needs backport to 3.13
bugs and security fixes
skip issue
skip news
topic-C-API
#130936
opened Mar 7, 2025 by
koyuki7w
Loading…
PyGILState_Ensure
in one thread causes the thread-local storage of other threads to be GCed
interpreter-core
#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
#129849
opened Feb 8, 2025 by
sobolevn
gh-108512: Add and use new replacements for PySys_GetObject() (alt)
awaiting core review
topic-C-API
#129736
opened Feb 6, 2025 by
serhiy-storchaka
Loading…
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
C API docs: PyRun_StringFlags: what is a "start token"?
docs
Documentation in the Doc dir
easy
topic-C-API
#129368
opened Jan 27, 2025 by
jwuttke
Make _Py_c_sum(), _Py_c_diff(), etc (elementary operations on Py_complex) - part of the public API
topic-C-API
type-feature
A feature request or enhancement
#128813
opened Jan 14, 2025 by
skirpichev
_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
gh-50333: Deprecate support of non-tuple sequences in PyArg_ParseTuple()
awaiting core review
topic-C-API
#128374
opened Dec 31, 2024 by
serhiy-storchaka
Loading…
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
#127748
opened Dec 8, 2024 by
dalazx
PEP 667 follow-up: hard deprecate 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.
PyEval_GetLocals()
3.14
#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
#123500
opened Aug 30, 2024 by
neonene
Creating an ungodly amount of sub interpreters in a short amount of time causes memory debug assertions.
topic-C-API
topic-subinterpreters
type-bug
An unexpected behavior, bug, or error
#123134
opened Aug 19, 2024 by
bruxisma
gh-112068: C API: Add support of nullable arguments in PyArg_Parse (suffix)
awaiting core review
topic-C-API
#121303
opened Jul 3, 2024 by
serhiy-storchaka
Loading…
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.