|
About the C API category
|
|
0
|
474
|
November 7, 2022
|
|
Stable ABI for PyCriticalSection
|
|
32
|
1109
|
March 31, 2026
|
|
Let tools know when tracing/profiling is enabled/disabled
|
|
5
|
481
|
March 30, 2026
|
|
Add a contextvars.ContextVar.get_changed() method
|
|
1
|
179
|
March 30, 2026
|
|
Add an Unstable C API for immortalizing objects
|
|
10
|
574
|
February 11, 2026
|
|
Adding C API for use in tp_traverse
|
|
34
|
1100
|
February 10, 2026
|
|
Proper handling of PyList_SetItem return value and reference stealing in CPython C extensions
|
|
7
|
318
|
February 4, 2026
|
|
Stable ABI/Limited API for free-threaded builds
|
|
51
|
2297
|
January 29, 2026
|
|
C-API for initializing statically linked extension modules
|
|
35
|
2621
|
January 29, 2026
|
|
C API for querying whether the GIL is enabled (PyInterpreterState_IsGilEnabled)
|
|
14
|
418
|
January 19, 2026
|
|
C API: How much private is the private _Py_IDENTIFIER() API?
|
|
8
|
1483
|
December 16, 2025
|
|
Bikeshedding: Public function for _PyObject_Dump()
|
|
5
|
342
|
December 16, 2025
|
|
Proposal: Documenting CPython Reference Counting Semantics via Automated Analysis
|
|
6
|
433
|
December 15, 2025
|
|
Frame state always `running` in `sys.setprofile` callback
|
|
1
|
167
|
October 21, 2025
|
|
Inefficiencies in "writer" APIs
|
|
32
|
1126
|
October 20, 2025
|
|
API for special attribute lookup
|
|
4
|
379
|
October 13, 2025
|
|
What do you think of deprecating C APIs to modify immutable strings?
|
|
11
|
797
|
September 24, 2025
|
|
PyUnicode_SubtypeFromData draft
|
|
0
|
144
|
August 22, 2025
|
|
Free-threading: expose atomic operations
|
|
10
|
572
|
August 8, 2025
|
|
_run_exitfuncs in atexit module
|
|
2
|
227
|
August 4, 2025
|
|
PEP 768 and embedding Python
|
|
1
|
331
|
July 14, 2025
|
|
Exposing public APIs for immortal objects
|
|
7
|
660
|
May 30, 2025
|
|
C API Working Group and plan to get a Python C API compatible with alternative Python implementations?
|
|
53
|
2445
|
May 28, 2025
|
|
Add PyBytesWriter public C API
|
|
57
|
1416
|
March 31, 2025
|
|
Pre-PEP: PyModuleExport -- a new export hook for modules
|
|
0
|
246
|
March 14, 2025
|
|
A new API for ensuring/releasing thread states
|
|
34
|
1133
|
March 13, 2025
|
|
Python C API summit at EuroPython 2025
|
|
0
|
214
|
March 6, 2025
|
|
PostgreSQL working on moving to C "Limited API"
|
|
1
|
320
|
March 3, 2025
|
|
Why has `_PyThread_CurrentExceptions` disappeared from the exported symbols (but `_PyThread_CurrentFrames` is still there)?
|
|
6
|
337
|
February 18, 2025
|
|
PyErr_Print vs PyErr_Display vs PyErr_WriteUnraisable
|
|
1
|
237
|
February 11, 2025
|