A New (C) API For Extensions that Need Runtime-Global Locks
|
|
30
|
2673
|
August 3, 2023
|
(pssst) Let's treat all API in public headers as public
|
|
24
|
2377
|
July 22, 2023
|
Creating generic workflow id for thread+fork (perhaps get_ident_unique())
|
|
1
|
586
|
July 11, 2023
|
Requiring compilers' C11 standard mode to build CPython
|
|
24
|
3063
|
June 14, 2023
|
Equivalent of _PyObject_GC_Malloc in Python 3.11
|
|
10
|
1094
|
April 19, 2023
|
Meta hook configuration during multi-phase initialization
|
|
0
|
631
|
April 18, 2023
|
No obvious way of getting PyFrameObject inside a frame evaluation function in Python 3.11
|
|
2
|
739
|
April 18, 2023
|
Better API to help build debuggers that can work with different python versions
|
|
1
|
449
|
April 17, 2023
|
May types use PyVarObject.ob_size to store arbitrary data?
|
|
4
|
725
|
February 23, 2023
|
Building extensions modules in a post-distutils world
|
|
13
|
974
|
February 17, 2023
|
Add a #define UNSTABLE_ABI for tools and extensions like Cython and Numpy
|
|
14
|
653
|
February 8, 2023
|
A fast variant of `PyType_GetModuleState`
|
|
15
|
953
|
February 6, 2023
|
Adding a C API for coroutines/awaitables
|
|
15
|
3864
|
January 30, 2023
|
Add portable way to extract all digits of a `PyLongObject` from C?
|
|
21
|
1915
|
January 26, 2023
|
C API idea: Making type slots and other function pointers read-only
|
|
4
|
796
|
January 19, 2023
|
How to Get the "Current" Thread State
|
|
8
|
1788
|
January 12, 2023
|
C API: What should the leading underscore (`_Py`) mean?
|
|
21
|
2512
|
December 7, 2022
|
Adding type flags & struct members
|
|
2
|
592
|
December 5, 2022
|
How to share module state among multiple instances of an extension module?
|
|
10
|
1778
|
November 7, 2022
|
C API: Each reference should be backed by a pointer?
|
|
0
|
720
|
August 15, 2022
|
PyVarObject_HEAD_INIT vs PyObject_HEAD_INIT in "Defining extensions"
|
|
1
|
946
|
October 17, 2022
|
External Discussions with Other Projects (e.g. numpy) about Interpreter Isolation
|
|
2
|
762
|
September 3, 2022
|
Adding a category/sub-category about isolating extension modules
|
|
4
|
805
|
August 24, 2022
|