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

Add PyLong_AsNativeBytes and PyLong_FromNativeBytes to the stable ABI interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-feature A feature request or enhancement
#132639 opened Apr 17, 2025 by zooba
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 new features, 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
Tests for Py_Universalnewlinefgets tests Tests in the Lib/test dir topic-C-API
#132162 opened Apr 6, 2025 by alex-semenyuk
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
Deprecate PyASCIIObject/PyUnicodeObject interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API topic-unicode type-feature A feature request or enhancement
#131510 opened Mar 20, 2025 by encukou
Add more tests for zero-sized bytes objects in capi tests easy tests Tests in the Lib/test dir topic-C-API type-bug An unexpected behavior, bug, or error
#131357 opened Mar 17, 2025 by sobolevn
Clarify the Purpose of the PyGILState API and Identify Better Alternatives 3.12 only 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
ProTip! Type g i on any issue or pull request to go back to the issue listing page.