About the C API category
|
|
0
|
106
|
November 7, 2022
|
May types use PyVarObject.ob_size to store arbitrary data?
|
|
4
|
271
|
February 23, 2023
|
Building extensions modules in a post-distutils world
|
|
13
|
440
|
February 17, 2023
|
Add a #define UNSTABLE_ABI for tools and extensions like Cython and Numpy
|
|
14
|
213
|
February 8, 2023
|
A fast variant of `PyType_GetModuleState`
|
|
15
|
466
|
February 6, 2023
|
Adding a C API for coroutines/awaitables
|
|
15
|
710
|
January 30, 2023
|
Add portable way to extract all digits of a `PyLongObject` from C?
|
|
21
|
932
|
January 26, 2023
|
C API idea: Making type slots and other function pointers read-only
|
|
4
|
334
|
January 19, 2023
|
How to Get the "Current" Thread State
|
|
8
|
396
|
January 12, 2023
|
C API: What should the leading underscore (`_Py`) mean?
|
|
21
|
1009
|
December 7, 2022
|
Adding type flags & struct members
|
|
2
|
279
|
December 5, 2022
|
A New (C) API For Extensions that Need Runtime-Global Locks
|
|
26
|
843
|
November 14, 2022
|
How to share module state among multiple instances of an extension module?
|
|
10
|
448
|
November 7, 2022
|
C API: Each reference should be backed by a pointer?
|
|
0
|
370
|
August 15, 2022
|
PyVarObject_HEAD_INIT vs PyObject_HEAD_INIT in "Defining extensions"
|
|
1
|
293
|
October 17, 2022
|
External Discussions with Other Projects (e.g. numpy) about Interpreter Isolation
|
|
2
|
398
|
September 3, 2022
|
Adding a category/sub-category about isolating extension modules
|
|
4
|
396
|
August 24, 2022
|