|
About the C API category
|
|
0
|
527
|
November 7, 2022
|
|
Getting exceptions & built-in types using `Py_GetConstant`
|
|
4
|
283
|
September 4, 2026
|
|
C API: Add `Py_GetBuildInType` and `Py_GetBuildInTypeBorrowed`
|
|
21
|
981
|
September 2, 2026
|
|
Add `PyUnstable_InterpreterFrame_GetLocals()`: read a frame’s locals from the interpreter-frame C API
|
|
11
|
508
|
August 21, 2026
|
|
We're out out of type flags, let's add new API for new ones
|
|
2
|
397
|
August 17, 2026
|
|
Can Py_buffer format be const qualified?
|
|
6
|
334
|
August 15, 2026
|
|
Adding PyMethod_New and/or PyMethod_Type to stable ABI / limited API
|
|
0
|
149
|
August 9, 2026
|
|
Provide a C-API to efficently convert `dict` into `frozendict`
|
|
35
|
2063
|
July 27, 2026
|
|
Dict watchers: the documented callback contract cannot be satisfied (gh-154710)
|
|
1
|
277
|
July 26, 2026
|
|
Clarify object identity semantics for repeated evaluations — literals vs. function calls
|
|
23
|
700
|
May 22, 2026
|
|
Stable ABI for PyCriticalSection
|
|
32
|
1588
|
March 31, 2026
|
|
Let tools know when tracing/profiling is enabled/disabled
|
|
5
|
765
|
March 30, 2026
|
|
Add a contextvars.ContextVar.get_changed() method
|
|
1
|
296
|
March 30, 2026
|
|
Add an Unstable C API for immortalizing objects
|
|
10
|
836
|
February 11, 2026
|
|
Adding C API for use in tp_traverse
|
|
34
|
1645
|
February 10, 2026
|
|
Proper handling of PyList_SetItem return value and reference stealing in CPython C extensions
|
|
7
|
565
|
February 4, 2026
|
|
Stable ABI/Limited API for free-threaded builds
|
|
51
|
3183
|
January 29, 2026
|
|
C-API for initializing statically linked extension modules
|
|
35
|
3107
|
January 29, 2026
|
|
C API for querying whether the GIL is enabled (PyInterpreterState_IsGilEnabled)
|
|
14
|
668
|
January 19, 2026
|
|
C API: How much private is the private _Py_IDENTIFIER() API?
|
|
8
|
1614
|
December 16, 2025
|
|
Bikeshedding: Public function for _PyObject_Dump()
|
|
5
|
530
|
December 16, 2025
|
|
Proposal: Documenting CPython Reference Counting Semantics via Automated Analysis
|
|
6
|
630
|
December 15, 2025
|
|
Frame state always `running` in `sys.setprofile` callback
|
|
1
|
252
|
October 21, 2025
|
|
Inefficiencies in "writer" APIs
|
|
32
|
1479
|
October 20, 2025
|
|
API for special attribute lookup
|
|
4
|
525
|
October 13, 2025
|
|
What do you think of deprecating C APIs to modify immutable strings?
|
|
11
|
975
|
September 24, 2025
|
|
PyUnicode_SubtypeFromData draft
|
|
0
|
260
|
August 22, 2025
|
|
Free-threading: expose atomic operations
|
|
10
|
831
|
August 8, 2025
|
|
_run_exitfuncs in atexit module
|
|
2
|
345
|
August 4, 2025
|
|
PEP 768 and embedding Python
|
|
1
|
454
|
July 14, 2025
|