About the C API category
|
|
0
|
442
|
November 7, 2022
|
PyUnicode_SubtypeFromData draft
|
|
0
|
112
|
August 22, 2025
|
Free-threading: expose atomic operations
|
|
10
|
366
|
August 8, 2025
|
_run_exitfuncs in atexit module
|
|
2
|
199
|
August 4, 2025
|
Stable ABI/Limited API for free-threaded builds
|
|
48
|
1718
|
August 1, 2025
|
PEP 768 and embedding Python
|
|
1
|
281
|
July 14, 2025
|
Exposing public APIs for immortal objects
|
|
7
|
556
|
May 30, 2025
|
C API Working Group and plan to get a Python C API compatible with alternative Python implementations?
|
|
53
|
1981
|
May 28, 2025
|
Add PyBytesWriter public C API
|
|
57
|
1179
|
March 31, 2025
|
Pre-PEP: PyModuleExport -- a new export hook for modules
|
|
0
|
205
|
March 14, 2025
|
A new API for ensuring/releasing thread states
|
|
34
|
789
|
March 13, 2025
|
Python C API summit at EuroPython 2025
|
|
0
|
195
|
March 6, 2025
|
PostgreSQL working on moving to C "Limited API"
|
|
1
|
286
|
March 3, 2025
|
Why has `_PyThread_CurrentExceptions` disappeared from the exported symbols (but `_PyThread_CurrentFrames` is still there)?
|
|
6
|
265
|
February 18, 2025
|
PyErr_Print vs PyErr_Display vs PyErr_WriteUnraisable
|
|
1
|
189
|
February 11, 2025
|
Python 3.14 headers will require C11 and C++11
|
|
4
|
554
|
February 10, 2025
|
Remove (again) private APIs which now have new public replacement?
|
|
14
|
1100
|
February 4, 2025
|
Heap type handling of Py_tp_doc vs. static types
|
|
1
|
146
|
January 31, 2025
|
V3.14a1: Design limitations of `PyContext_AddWatcher`
|
|
4
|
345
|
November 26, 2024
|
User data pointers for code watcher callbacks
|
|
4
|
213
|
November 26, 2024
|
Make the crossinterpreter switching APIs public
|
|
6
|
347
|
November 6, 2024
|
Adding Py_PACK_VERSION
|
|
19
|
707
|
November 4, 2024
|
Py_FinalizeEx() then Py_Initialize() - Failure if datetime is imported
|
|
7
|
277
|
October 30, 2024
|
What do you think of deprecating C APIs to modify immutable strings?
|
|
10
|
557
|
October 25, 2024
|
Regarding whether we should add `Py_CurrentArch` or `Py_ArchName` function
|
|
16
|
158
|
October 17, 2024
|
About `PyArg_ParseTuple` parsing
|
|
2
|
152
|
October 2, 2024
|
About PyDoc_VAR should be changed to be invisible
|
|
6
|
152
|
September 27, 2024
|
Py_TYPE() and Py_REFCNT() are opaque function calls in limited C API 3.14
|
|
0
|
131
|
September 24, 2024
|
ImportError: DLL load failed while importing _ctypes
|
|
2
|
856
|
September 23, 2024
|
Heap type with base type: what about tp_dealloc?
|
|
3
|
204
|
September 13, 2024
|