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
Assigned to nobody Loading
Sort

Issues list

Improve import error when extension module is an incompatible build interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API topic-importlib type-feature A feature request or enhancement
#134493 opened May 22, 2025 by seberg
The C API needs to protect state that can be deleted by finalization 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes topic-C-API topic-free-threading topic-subinterpreters triaged The issue has been accepted as valid by a triager.
#134307 opened May 20, 2025 by ZeroIntensity
gh-76595: Add note on PyCapsule_Import behavior awaiting core review docs Documentation in the Doc dir needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes skip news topic-C-API
#134022 opened May 14, 2025 by NicolasT Loading…
Expose PyMutex_IsLocked in the public C API interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API topic-free-threading type-feature A feature request or enhancement
#134009 opened May 14, 2025 by hawkinsp
[C API] Add a banner to the C API documentation to recommend tools docs Documentation in the Doc dir topic-C-API type-feature A feature request or enhancement
#133678 opened May 8, 2025 by vstinner
Remove deprecated C API objects slated for removal in 3.15 3.15 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API
#133644 opened May 8, 2025 by picnixz
3 of 8 tasks
PyErr_CheckSignals should be callable without holding the GIL interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-feature A feature request or enhancement
#133465 opened May 5, 2025 by zackw
Embedding: TypeError: signal handler must be signal.SIG_IGN, signal.SIG_DFL, or a callable object interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-bug An unexpected behavior, bug, or error
#133402 opened May 4, 2025 by juju4
Expose _PyCriticalSection_BeginMutex as a public API interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API topic-free-threading type-feature A feature request or enhancement
#133296 opened May 2, 2025 by hawkinsp
PyUnicode_InternFromString does not immortalize the string as the document claims 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
#133260 opened May 1, 2025 by yuyichao
UBsan: Remove _Py_NO_SANITIZE_UNDEFINED extension-modules C modules in the Modules dir interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-bug An unexpected behavior, bug, or error
#133157 opened Apr 29, 2025 by encukou
Deprecate accepting out of range values for unsigned integers in PyArg_Parse interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-feature A feature request or enhancement
#132629 opened Apr 17, 2025 by serhiy-storchaka
tp_versions_used was added to PyTypeObject but is not documented 3.14 bugs and security fixes docs Documentation in the Doc dir easy topic-C-API
#132331 opened Apr 9, 2025 by sonnyding1
Add a PyThreadState * parameter (almost) everywhere interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage topic-C-API type-feature A feature request or enhancement
#132312 opened Apr 9, 2025 by markshannon
Concurrent deallocation of threads while calling PyEval_SetTrace interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API topic-free-threading type-crash A hard crash of the interpreter, possibly with a core dump
#132296 opened Apr 9, 2025 by devdanzin
Expose functions called from the interpreter loop via PyAPI_FUNC interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API topic-JIT type-feature A feature request or enhancement
#131776 opened Mar 26, 2025 by martindemello
Add PyNumber_Complex() and PyComplex_FromString() functions interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-feature A feature request or enhancement
#131704 opened Mar 25, 2025 by skirpichev
ProTip! no:milestone will show everything without a milestone.