Pre-PEP: Unified slot system for the C API
|
|
5
|
565
|
June 12, 2025
|
Ergonomics of signal checks with detached thread state
|
|
1
|
217
|
June 9, 2025
|
Open question: Can we change the field type of PyTupleObject and PyListObject?
|
|
3
|
163
|
May 9, 2025
|
Python 3.13 embedded in Android,How to Attach Android sub-thread?
|
|
0
|
42
|
May 6, 2025
|
C-API: confusion when to implement GC—docs vs stdlib
|
|
2
|
83
|
April 18, 2025
|
PyImport_Import does not want to import from working dir
|
|
4
|
108
|
April 8, 2025
|
Deprecating the direct use of str internals, e.g. PyASCIIObject, PyCompactUnicodeObject, PyUnicodeObject structs
|
|
22
|
683
|
March 29, 2025
|
Making `PyObject` opaque in the limited API
|
|
6
|
504
|
January 17, 2025
|
Deprecating support for nested non-tuple sequences in PyArg_ParseTuple()
|
|
6
|
344
|
January 8, 2025
|
C API for iterable unpacking
|
|
4
|
323
|
December 30, 2024
|
Interrupting long running PyObject_Call inside subinterpreter
|
|
6
|
158
|
December 24, 2024
|
C API docs for free-threading?
|
|
3
|
225
|
December 16, 2024
|
How to add attribute to PyObject correctly, PyObject size calculated staticly?
|
|
2
|
275
|
December 10, 2024
|
How serious is the PyFunction_AddWatcher warning about not modifying the function?
|
|
4
|
116
|
December 5, 2024
|
Thread-safety and freethreading Limited API
|
|
5
|
484
|
December 4, 2024
|
How to make functions from C extension writable?
|
|
4
|
104
|
November 14, 2024
|
Weird behavior of attributes using PyTypeObject.tp_getset hooks
|
|
3
|
72
|
November 12, 2024
|
How to add an IDispatch COM object from C++ app in embedded (PyWin32) Python that is created in the c++ code as a named object in Python and use it
|
|
0
|
94
|
October 10, 2024
|
CPython: Usage of `tp_finalize` in C-defined static types with no custom `tp_dealloc`
|
|
8
|
284
|
September 19, 2024
|
Can we expose the head of gc generation0?
|
|
0
|
151
|
September 5, 2024
|
Subclassing set from C: updating the set
|
|
5
|
90
|
August 26, 2024
|
CPython heap type use case creates a dangling pointer
|
|
1
|
87
|
August 15, 2024
|
Utilizing Core Functions (`pycore_*.h`) Externally with C API
|
|
0
|
54
|
August 6, 2024
|
C API for asynchronous functions
|
|
10
|
2578
|
August 4, 2024
|
Metaclass in C extension module causes problems in macOS
|
|
2
|
59
|
July 18, 2024
|
AF_RDS support for getsockopt
|
|
2
|
183
|
July 8, 2024
|
Converting a static extension type to a heap exension type
|
|
5
|
550
|
May 22, 2024
|
Improving collection of stable ABI macros and inline functions
|
|
6
|
334
|
April 18, 2024
|
Python bindings for libpython to access VM state
|
|
1
|
225
|
April 9, 2024
|
Instantiating Python objects from C - segfault on `type(obj)`, `__class__` attribute missing
|
|
4
|
391
|
April 7, 2024
|