Open question: Can we change the field type of PyTupleObject and PyListObject?
|
|
3
|
135
|
May 9, 2025
|
Python 3.13 embedded in Android,How to Attach Android sub-thread?
|
|
0
|
36
|
May 6, 2025
|
C-API: confusion when to implement GC—docs vs stdlib
|
|
2
|
77
|
April 18, 2025
|
PyImport_Import does not want to import from working dir
|
|
4
|
93
|
April 8, 2025
|
Deprecating the direct use of str internals, e.g. PyASCIIObject, PyCompactUnicodeObject, PyUnicodeObject structs
|
|
22
|
661
|
March 29, 2025
|
Pre-PEP: Unified slot system for the C API
|
|
4
|
420
|
February 1, 2025
|
Making `PyObject` opaque in the limited API
|
|
6
|
472
|
January 17, 2025
|
Deprecating support for nested non-tuple sequences in PyArg_ParseTuple()
|
|
6
|
341
|
January 8, 2025
|
C API for iterable unpacking
|
|
4
|
318
|
December 30, 2024
|
Interrupting long running PyObject_Call inside subinterpreter
|
|
6
|
153
|
December 24, 2024
|
C API docs for free-threading?
|
|
3
|
221
|
December 16, 2024
|
How to add attribute to PyObject correctly, PyObject size calculated staticly?
|
|
2
|
263
|
December 10, 2024
|
How serious is the PyFunction_AddWatcher warning about not modifying the function?
|
|
4
|
115
|
December 5, 2024
|
Thread-safety and freethreading Limited API
|
|
5
|
480
|
December 4, 2024
|
How to make functions from C extension writable?
|
|
4
|
102
|
November 14, 2024
|
Weird behavior of attributes using PyTypeObject.tp_getset hooks
|
|
3
|
70
|
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
|
76
|
October 10, 2024
|
CPython: Usage of `tp_finalize` in C-defined static types with no custom `tp_dealloc`
|
|
8
|
272
|
September 19, 2024
|
Can we expose the head of gc generation0?
|
|
0
|
149
|
September 5, 2024
|
Subclassing set from C: updating the set
|
|
5
|
85
|
August 26, 2024
|
CPython heap type use case creates a dangling pointer
|
|
1
|
86
|
August 15, 2024
|
Utilizing Core Functions (`pycore_*.h`) Externally with C API
|
|
0
|
54
|
August 6, 2024
|
C API for asynchronous functions
|
|
10
|
2479
|
August 4, 2024
|
Metaclass in C extension module causes problems in macOS
|
|
2
|
58
|
July 18, 2024
|
AF_RDS support for getsockopt
|
|
2
|
179
|
July 8, 2024
|
Converting a static extension type to a heap exension type
|
|
5
|
547
|
May 22, 2024
|
Improving collection of stable ABI macros and inline functions
|
|
6
|
332
|
April 18, 2024
|
Python bindings for libpython to access VM state
|
|
1
|
223
|
April 9, 2024
|
Instantiating Python objects from C - segfault on `type(obj)`, `__class__` attribute missing
|
|
4
|
386
|
April 7, 2024
|
How to include modules in my embedded python static library?
|
|
0
|
1062
|
January 3, 2023
|