About the C API category
|
|
0
|
396
|
November 7, 2022
|
Heap type with base type: what about tp_dealloc?
|
|
0
|
55
|
September 9, 2024
|
PY_ prefix for `#if`-friendly macros
|
|
3
|
143
|
August 14, 2024
|
Supporting inheritance of native coroutines
|
|
1
|
203
|
August 12, 2024
|
Using Private API in a C Extension
|
|
3
|
191
|
August 12, 2024
|
Guide to porting C extension to python free-threaded 3.13?
|
|
3
|
525
|
August 9, 2024
|
Failing to include external _Py_DECREF_DecRefTotal referenced in function Py_DECREF
|
|
6
|
155
|
August 5, 2024
|
Python C API summit at EuroPython 2024
|
|
2
|
433
|
June 24, 2024
|
C API for asynchronous functions
|
|
10
|
1819
|
August 4, 2024
|
Adding Py_PACK_VERSION
|
|
8
|
327
|
July 30, 2024
|
AF_RDS support for getsockopt
|
|
2
|
164
|
July 8, 2024
|
Make `_PyObject_CallFunctionVa` public
|
|
7
|
368
|
June 27, 2024
|
C API Working Group vacancy (again)
|
|
5
|
484
|
June 27, 2024
|
Limited C API: implement Py_INCREF() and Py_DECREF() as function calls
|
|
20
|
2284
|
June 17, 2024
|
Changing the PyCapsule API to better support versions
|
|
55
|
919
|
June 6, 2024
|
C API Working Group vacancy
|
|
4
|
596
|
May 30, 2024
|
Finishing the Great Renaming
|
|
2
|
558
|
May 23, 2024
|
How to make a modules built-in, instead dynamic loading
|
|
3
|
380
|
April 18, 2024
|
Py_AtExit change in 3.12
|
|
2
|
289
|
April 17, 2024
|
Revisiting a C API for asynchronous functions
|
|
1
|
540
|
April 15, 2024
|
Make some PyMutex APIs public
|
|
4
|
497
|
April 4, 2024
|
Status of `PyLong_FromPid()` and `PyLong_AsPid()`
|
|
6
|
444
|
March 20, 2024
|
Rationale for changing a capsule's name or destructor
|
|
4
|
369
|
March 15, 2024
|
How can I do a `Py_IsFinalizing` check "atomically"?
|
|
4
|
399
|
March 11, 2024
|
C-API for initializing statically linked extension modules
|
|
34
|
2072
|
March 1, 2024
|
C Python API: check for PyMethodDescr_Type?
|
|
3
|
302
|
February 26, 2024
|
Define __add__, __radd__, __iadd__ using C
|
|
12
|
661
|
February 15, 2024
|
Unstable API for pymain_run_python: run Python cli but don't finalize interpreter
|
|
5
|
365
|
February 1, 2024
|
Can we make `_PyTraceMalloc_NewReference` to support custom hooks?
|
|
7
|
886
|
January 29, 2024
|
What are the cases where `PyModule_Create` returns null
|
|
2
|
345
|
January 14, 2024
|