|
About the C API category
|
|
0
|
522
|
November 7, 2022
|
|
Getting exceptions & built-in types using `Py_GetConstant`
|
|
4
|
231
|
September 4, 2026
|
|
C API: Add `Py_GetBuildInType` and `Py_GetBuildInTypeBorrowed`
|
|
21
|
925
|
September 2, 2026
|
|
Add `PyUnstable_InterpreterFrame_GetLocals()`: read a frame’s locals from the interpreter-frame C API
|
|
11
|
492
|
August 21, 2026
|
|
We're out out of type flags, let's add new API for new ones
|
|
2
|
385
|
August 17, 2026
|
|
Can Py_buffer format be const qualified?
|
|
6
|
309
|
August 15, 2026
|
|
Adding PyMethod_New and/or PyMethod_Type to stable ABI / limited API
|
|
0
|
146
|
August 9, 2026
|
|
Provide a C-API to efficently convert `dict` into `frozendict`
|
|
35
|
2015
|
July 27, 2026
|
|
Dict watchers: the documented callback contract cannot be satisfied (gh-154710)
|
|
1
|
270
|
July 26, 2026
|
|
Clarify object identity semantics for repeated evaluations — literals vs. function calls
|
|
23
|
667
|
May 22, 2026
|
|
Stable ABI for PyCriticalSection
|
|
32
|
1558
|
March 31, 2026
|
|
Let tools know when tracing/profiling is enabled/disabled
|
|
5
|
761
|
March 30, 2026
|
|
Add a contextvars.ContextVar.get_changed() method
|
|
1
|
292
|
March 30, 2026
|
|
Add an Unstable C API for immortalizing objects
|
|
10
|
822
|
February 11, 2026
|
|
Adding C API for use in tp_traverse
|
|
34
|
1629
|
February 10, 2026
|
|
Proper handling of PyList_SetItem return value and reference stealing in CPython C extensions
|
|
7
|
560
|
February 4, 2026
|
|
Stable ABI/Limited API for free-threaded builds
|
|
51
|
3137
|
January 29, 2026
|
|
C-API for initializing statically linked extension modules
|
|
35
|
3068
|
January 29, 2026
|
|
C API for querying whether the GIL is enabled (PyInterpreterState_IsGilEnabled)
|
|
14
|
662
|
January 19, 2026
|
|
C API: How much private is the private _Py_IDENTIFIER() API?
|
|
8
|
1605
|
December 16, 2025
|
|
Bikeshedding: Public function for _PyObject_Dump()
|
|
5
|
526
|
December 16, 2025
|
|
Proposal: Documenting CPython Reference Counting Semantics via Automated Analysis
|
|
6
|
627
|
December 15, 2025
|
|
Frame state always `running` in `sys.setprofile` callback
|
|
1
|
250
|
October 21, 2025
|
|
Inefficiencies in "writer" APIs
|
|
32
|
1464
|
October 20, 2025
|
|
API for special attribute lookup
|
|
4
|
517
|
October 13, 2025
|
|
What do you think of deprecating C APIs to modify immutable strings?
|
|
11
|
966
|
September 24, 2025
|
|
PyUnicode_SubtypeFromData draft
|
|
0
|
256
|
August 22, 2025
|
|
Free-threading: expose atomic operations
|
|
10
|
815
|
August 8, 2025
|
|
_run_exitfuncs in atexit module
|
|
2
|
340
|
August 4, 2025
|
|
PEP 768 and embedding Python
|
|
1
|
450
|
July 14, 2025
|