`Py_VISIT(Py_TYPE(self))` in tp_traverse for ZstdCompressor and ZstdDecompressor
|
|
1
|
77
|
August 2, 2025
|
Module slot for checking ABI compatibility
|
|
8
|
367
|
June 27, 2025
|
Pre-PEP: Unified slot system for the C API
|
|
5
|
609
|
June 12, 2025
|
Ergonomics of signal checks with detached thread state
|
|
1
|
224
|
June 9, 2025
|
Open question: Can we change the field type of PyTupleObject and PyListObject?
|
|
3
|
165
|
May 9, 2025
|
Python 3.13 embedded in Android,How to Attach Android sub-thread?
|
|
0
|
49
|
May 6, 2025
|
C-API: confusion when to implement GC—docs vs stdlib
|
|
2
|
86
|
April 18, 2025
|
PyImport_Import does not want to import from working dir
|
|
4
|
123
|
April 8, 2025
|
Deprecating the direct use of str internals, e.g. PyASCIIObject, PyCompactUnicodeObject, PyUnicodeObject structs
|
|
22
|
688
|
March 29, 2025
|
Making `PyObject` opaque in the limited API
|
|
6
|
534
|
January 17, 2025
|
Deprecating support for nested non-tuple sequences in PyArg_ParseTuple()
|
|
6
|
347
|
January 8, 2025
|
C API for iterable unpacking
|
|
4
|
324
|
December 30, 2024
|
Interrupting long running PyObject_Call inside subinterpreter
|
|
6
|
161
|
December 24, 2024
|
C API docs for free-threading?
|
|
3
|
227
|
December 16, 2024
|
How to add attribute to PyObject correctly, PyObject size calculated staticly?
|
|
2
|
291
|
December 10, 2024
|
How serious is the PyFunction_AddWatcher warning about not modifying the function?
|
|
4
|
118
|
December 5, 2024
|
Thread-safety and freethreading Limited API
|
|
5
|
488
|
December 4, 2024
|
How to make functions from C extension writable?
|
|
4
|
105
|
November 14, 2024
|
Weird behavior of attributes using PyTypeObject.tp_getset hooks
|
|
3
|
73
|
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
|
111
|
October 10, 2024
|
CPython: Usage of `tp_finalize` in C-defined static types with no custom `tp_dealloc`
|
|
8
|
293
|
September 19, 2024
|
Can we expose the head of gc generation0?
|
|
0
|
151
|
September 5, 2024
|
Subclassing set from C: updating the set
|
|
5
|
96
|
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
|
58
|
August 6, 2024
|
C API for asynchronous functions
|
|
10
|
2676
|
August 4, 2024
|
Metaclass in C extension module causes problems in macOS
|
|
2
|
60
|
July 18, 2024
|
AF_RDS support for getsockopt
|
|
2
|
187
|
July 8, 2024
|
Converting a static extension type to a heap exension type
|
|
5
|
564
|
May 22, 2024
|
Improving collection of stable ABI macros and inline functions
|
|
6
|
334
|
April 18, 2024
|