|
PEP 820 – PySlot: Unified slot system for the C API
|
|
23
|
2367
|
April 29, 2026
|
|
C API: `PyArg_Parse` to a C `bool` (`<stdbool.h>`)
|
|
8
|
365
|
February 18, 2026
|
|
C-API for initializing statically linked extension modules
|
|
35
|
2994
|
January 29, 2026
|
|
Pre-PEP: Unified slot system for the C API
|
|
7
|
1103
|
January 6, 2026
|
|
Annotating internal code with constexpr, consteval, and constinit
|
|
2
|
406
|
December 31, 2025
|
|
Seeking Help and Advice on CPython Reference Counting Semantics
|
|
4
|
355
|
December 3, 2025
|
|
Best Practices for Packaging Embedded Python Libraries for to Prevent Unauthorized Modification
|
|
5
|
340
|
November 26, 2025
|
|
How to get latest debugging symbols and debug binaries
|
|
2
|
422
|
November 5, 2025
|
|
Does PyObject_GetTypeData need the GIL?
|
|
6
|
313
|
October 30, 2025
|
|
Struct _PyGenObject has been moved to internal/pycore_genobject.h
|
|
4
|
258
|
October 21, 2025
|
|
Frame state always `running` in `sys.setprofile` callback
|
|
1
|
236
|
October 21, 2025
|
|
Pass Value From Python Script to C++ Program
|
|
12
|
453
|
October 19, 2025
|
|
Fatal Python error: _Py_CheckRecursiveCall: Unrecoverable stack overflow (used -406047 kB) while calling a Python object
|
|
1
|
554
|
October 6, 2025
|
|
How to passing user data for `PyMethodDef`
|
|
4
|
260
|
September 1, 2025
|
|
`Py_VISIT(Py_TYPE(self))` in tp_traverse for ZstdCompressor and ZstdDecompressor
|
|
1
|
195
|
August 2, 2025
|
|
Module slot for checking ABI compatibility
|
|
8
|
649
|
June 27, 2025
|
|
Ergonomics of signal checks with detached thread state
|
|
1
|
304
|
June 9, 2025
|
|
Open question: Can we change the field type of PyTupleObject and PyListObject?
|
|
3
|
260
|
May 9, 2025
|
|
Python 3.13 embedded in Android,How to Attach Android sub-thread?
|
|
0
|
126
|
May 6, 2025
|
|
C-API: confusion when to implement GC—docs vs stdlib
|
|
2
|
185
|
April 18, 2025
|
|
PyImport_Import does not want to import from working dir
|
|
4
|
237
|
April 8, 2025
|
|
Deprecating the direct use of str internals, e.g. PyASCIIObject, PyCompactUnicodeObject, PyUnicodeObject structs
|
|
22
|
1056
|
March 29, 2025
|
|
Making `PyObject` opaque in the limited API
|
|
6
|
797
|
January 17, 2025
|
|
Deprecating support for nested non-tuple sequences in PyArg_ParseTuple()
|
|
6
|
463
|
January 8, 2025
|
|
C API for iterable unpacking
|
|
4
|
442
|
December 30, 2024
|
|
Interrupting long running PyObject_Call inside subinterpreter
|
|
6
|
323
|
December 24, 2024
|
|
C API docs for free-threading?
|
|
3
|
416
|
December 16, 2024
|
|
How to add attribute to PyObject correctly, PyObject size calculated staticly?
|
|
2
|
450
|
December 10, 2024
|
|
How serious is the PyFunction_AddWatcher warning about not modifying the function?
|
|
4
|
225
|
December 5, 2024
|
|
Thread-safety and freethreading Limited API
|
|
5
|
627
|
December 4, 2024
|