|
About the C API category
|
|
0
|
458
|
November 7, 2022
|
|
Proposal: Documenting CPython Reference Counting Semantics via Automated Analysis
|
|
4
|
102
|
December 12, 2025
|
|
Bikeshedding: Public function for _PyObject_Dump()
|
|
4
|
219
|
November 28, 2025
|
|
Frame state always `running` in `sys.setprofile` callback
|
|
1
|
143
|
October 21, 2025
|
|
Inefficiencies in "writer" APIs
|
|
32
|
983
|
October 20, 2025
|
|
API for special attribute lookup
|
|
4
|
335
|
October 13, 2025
|
|
What do you think of deprecating C APIs to modify immutable strings?
|
|
11
|
744
|
September 24, 2025
|
|
PyUnicode_SubtypeFromData draft
|
|
0
|
133
|
August 22, 2025
|
|
Free-threading: expose atomic operations
|
|
10
|
462
|
August 8, 2025
|
|
_run_exitfuncs in atexit module
|
|
2
|
210
|
August 4, 2025
|
|
Stable ABI/Limited API for free-threaded builds
|
|
48
|
1905
|
August 1, 2025
|
|
PEP 768 and embedding Python
|
|
1
|
308
|
July 14, 2025
|
|
Exposing public APIs for immortal objects
|
|
7
|
603
|
May 30, 2025
|
|
C API Working Group and plan to get a Python C API compatible with alternative Python implementations?
|
|
53
|
2149
|
May 28, 2025
|
|
Add PyBytesWriter public C API
|
|
57
|
1258
|
March 31, 2025
|
|
Pre-PEP: PyModuleExport -- a new export hook for modules
|
|
0
|
219
|
March 14, 2025
|
|
A new API for ensuring/releasing thread states
|
|
34
|
900
|
March 13, 2025
|
|
Python C API summit at EuroPython 2025
|
|
0
|
200
|
March 6, 2025
|
|
PostgreSQL working on moving to C "Limited API"
|
|
1
|
304
|
March 3, 2025
|
|
Why has `_PyThread_CurrentExceptions` disappeared from the exported symbols (but `_PyThread_CurrentFrames` is still there)?
|
|
6
|
301
|
February 18, 2025
|
|
PyErr_Print vs PyErr_Display vs PyErr_WriteUnraisable
|
|
1
|
210
|
February 11, 2025
|
|
Python 3.14 headers will require C11 and C++11
|
|
4
|
582
|
February 10, 2025
|
|
Remove (again) private APIs which now have new public replacement?
|
|
14
|
1116
|
February 4, 2025
|
|
Heap type handling of Py_tp_doc vs. static types
|
|
1
|
150
|
January 31, 2025
|
|
V3.14a1: Design limitations of `PyContext_AddWatcher`
|
|
4
|
356
|
November 26, 2024
|
|
User data pointers for code watcher callbacks
|
|
4
|
226
|
November 26, 2024
|
|
Make the crossinterpreter switching APIs public
|
|
6
|
354
|
November 6, 2024
|
|
Adding Py_PACK_VERSION
|
|
19
|
737
|
November 4, 2024
|
|
Py_FinalizeEx() then Py_Initialize() - Failure if datetime is imported
|
|
7
|
304
|
October 30, 2024
|
|
Regarding whether we should add `Py_CurrentArch` or `Py_ArchName` function
|
|
16
|
163
|
October 17, 2024
|