|
PEP 820 – PySlot: Unified slot system for the C API
|
|
2
|
283
|
January 8, 2026
|
|
Pre-PEP: Unified slot system for the C API
|
|
8
|
899
|
January 6, 2026
|
|
Annotating internal code with constexpr, consteval, and constinit
|
|
2
|
319
|
December 31, 2025
|
|
Seeking Help and Advice on CPython Reference Counting Semantics
|
|
4
|
229
|
December 3, 2025
|
|
Best Practices for Packaging Embedded Python Libraries for to Prevent Unauthorized Modification
|
|
5
|
158
|
November 26, 2025
|
|
How to get latest debugging symbols and debug binaries
|
|
2
|
180
|
November 5, 2025
|
|
Does PyObject_GetTypeData need the GIL?
|
|
6
|
174
|
October 30, 2025
|
|
Struct _PyGenObject has been moved to internal/pycore_genobject.h
|
|
4
|
166
|
October 21, 2025
|
|
Frame state always `running` in `sys.setprofile` callback
|
|
1
|
153
|
October 21, 2025
|
|
Pass Value From Python Script to C++ Program
|
|
12
|
283
|
October 19, 2025
|
|
Fatal Python error: _Py_CheckRecursiveCall: Unrecoverable stack overflow (used -406047 kB) while calling a Python object
|
|
1
|
409
|
October 6, 2025
|
|
How to passing user data for `PyMethodDef`
|
|
4
|
141
|
September 1, 2025
|
|
`Py_VISIT(Py_TYPE(self))` in tp_traverse for ZstdCompressor and ZstdDecompressor
|
|
1
|
101
|
August 2, 2025
|
|
Module slot for checking ABI compatibility
|
|
8
|
436
|
June 27, 2025
|
|
Ergonomics of signal checks with detached thread state
|
|
1
|
247
|
June 9, 2025
|
|
Open question: Can we change the field type of PyTupleObject and PyListObject?
|
|
3
|
195
|
May 9, 2025
|
|
Python 3.13 embedded in Android,How to Attach Android sub-thread?
|
|
0
|
64
|
May 6, 2025
|
|
C-API: confusion when to implement GC—docs vs stdlib
|
|
2
|
104
|
April 18, 2025
|
|
PyImport_Import does not want to import from working dir
|
|
4
|
170
|
April 8, 2025
|
|
Deprecating the direct use of str internals, e.g. PyASCIIObject, PyCompactUnicodeObject, PyUnicodeObject structs
|
|
22
|
762
|
March 29, 2025
|
|
Making `PyObject` opaque in the limited API
|
|
6
|
632
|
January 17, 2025
|
|
Deprecating support for nested non-tuple sequences in PyArg_ParseTuple()
|
|
6
|
374
|
January 8, 2025
|
|
C API for iterable unpacking
|
|
4
|
361
|
December 30, 2024
|
|
Interrupting long running PyObject_Call inside subinterpreter
|
|
6
|
207
|
December 24, 2024
|
|
C API docs for free-threading?
|
|
3
|
271
|
December 16, 2024
|
|
How to add attribute to PyObject correctly, PyObject size calculated staticly?
|
|
2
|
358
|
December 10, 2024
|
|
How serious is the PyFunction_AddWatcher warning about not modifying the function?
|
|
4
|
142
|
December 5, 2024
|
|
Thread-safety and freethreading Limited API
|
|
5
|
529
|
December 4, 2024
|
|
How to make functions from C extension writable?
|
|
4
|
128
|
November 14, 2024
|
|
Weird behavior of attributes using PyTypeObject.tp_getset hooks
|
|
3
|
102
|
November 12, 2024
|