|
About the C API category
|
|
0
|
467
|
November 7, 2022
|
|
Adding C API for use in tp_traverse
|
|
14
|
506
|
January 23, 2026
|
|
Proper handling of PyList_SetItem return value and reference stealing in CPython C extensions
|
|
6
|
198
|
January 20, 2026
|
|
C API for querying whether the GIL is enabled (PyInterpreterState_IsGilEnabled)
|
|
14
|
336
|
January 19, 2026
|
|
Add an Unstable C API for immortalizing objects
|
|
9
|
422
|
December 31, 2025
|
|
C API: How much private is the private _Py_IDENTIFIER() API?
|
|
8
|
1466
|
December 16, 2025
|
|
Bikeshedding: Public function for _PyObject_Dump()
|
|
5
|
324
|
December 16, 2025
|
|
Proposal: Documenting CPython Reference Counting Semantics via Automated Analysis
|
|
6
|
393
|
December 15, 2025
|
|
Frame state always `running` in `sys.setprofile` callback
|
|
1
|
155
|
October 21, 2025
|
|
Inefficiencies in "writer" APIs
|
|
32
|
1070
|
October 20, 2025
|
|
API for special attribute lookup
|
|
4
|
352
|
October 13, 2025
|
|
What do you think of deprecating C APIs to modify immutable strings?
|
|
11
|
776
|
September 24, 2025
|
|
PyUnicode_SubtypeFromData draft
|
|
0
|
140
|
August 22, 2025
|
|
Free-threading: expose atomic operations
|
|
10
|
513
|
August 8, 2025
|
|
_run_exitfuncs in atexit module
|
|
2
|
218
|
August 4, 2025
|
|
Stable ABI/Limited API for free-threaded builds
|
|
48
|
2020
|
August 1, 2025
|
|
PEP 768 and embedding Python
|
|
1
|
317
|
July 14, 2025
|
|
Exposing public APIs for immortal objects
|
|
7
|
640
|
May 30, 2025
|
|
C API Working Group and plan to get a Python C API compatible with alternative Python implementations?
|
|
53
|
2265
|
May 28, 2025
|
|
Add PyBytesWriter public C API
|
|
57
|
1318
|
March 31, 2025
|
|
Pre-PEP: PyModuleExport -- a new export hook for modules
|
|
0
|
232
|
March 14, 2025
|
|
A new API for ensuring/releasing thread states
|
|
34
|
987
|
March 13, 2025
|
|
Python C API summit at EuroPython 2025
|
|
0
|
211
|
March 6, 2025
|
|
PostgreSQL working on moving to C "Limited API"
|
|
1
|
314
|
March 3, 2025
|
|
Why has `_PyThread_CurrentExceptions` disappeared from the exported symbols (but `_PyThread_CurrentFrames` is still there)?
|
|
6
|
321
|
February 18, 2025
|
|
PyErr_Print vs PyErr_Display vs PyErr_WriteUnraisable
|
|
1
|
225
|
February 11, 2025
|
|
Python 3.14 headers will require C11 and C++11
|
|
4
|
607
|
February 10, 2025
|
|
Remove (again) private APIs which now have new public replacement?
|
|
14
|
1151
|
February 4, 2025
|
|
Heap type handling of Py_tp_doc vs. static types
|
|
1
|
164
|
January 31, 2025
|
|
V3.14a1: Design limitations of `PyContext_AddWatcher`
|
|
4
|
370
|
November 26, 2024
|