Making `PyObject` opaque in the limited API
|
|
6
|
321
|
January 17, 2025
|
Deprecating support for nested non-tuple sequences in PyArg_ParseTuple()
|
|
6
|
319
|
January 8, 2025
|
C API for iterable unpacking
|
|
4
|
304
|
December 30, 2024
|
Interrupting long running PyObject_Call inside subinterpreter
|
|
6
|
137
|
December 24, 2024
|
C API docs for free-threading?
|
|
3
|
201
|
December 16, 2024
|
How to add attribute to PyObject correctly, PyObject size calculated staticly?
|
|
2
|
237
|
December 10, 2024
|
How serious is the PyFunction_AddWatcher warning about not modifying the function?
|
|
4
|
107
|
December 5, 2024
|
Thread-safety and freethreading Limited API
|
|
5
|
437
|
December 4, 2024
|
How to make functions from C extension writable?
|
|
4
|
92
|
November 14, 2024
|
Weird behavior of attributes using PyTypeObject.tp_getset hooks
|
|
3
|
65
|
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
|
51
|
October 10, 2024
|
CPython: Usage of `tp_finalize` in C-defined static types with no custom `tp_dealloc`
|
|
8
|
240
|
September 19, 2024
|
Can we expose the head of gc generation0?
|
|
0
|
140
|
September 5, 2024
|
Subclassing set from C: updating the set
|
|
5
|
76
|
August 26, 2024
|
CPython heap type use case creates a dangling pointer
|
|
1
|
76
|
August 15, 2024
|
Utilizing Core Functions (`pycore_*.h`) Externally with C API
|
|
0
|
44
|
August 6, 2024
|
C API for asynchronous functions
|
|
10
|
2172
|
August 4, 2024
|
Metaclass in C extension module causes problems in macOS
|
|
2
|
57
|
July 18, 2024
|
AF_RDS support for getsockopt
|
|
2
|
174
|
July 8, 2024
|
Converting a static extension type to a heap exension type
|
|
5
|
529
|
May 22, 2024
|
Improving collection of stable ABI macros and inline functions
|
|
6
|
324
|
April 18, 2024
|
Python bindings for libpython to access VM state
|
|
1
|
212
|
April 9, 2024
|
Instantiating Python objects from C - segfault on `type(obj)`, `__class__` attribute missing
|
|
4
|
363
|
April 7, 2024
|
How to include modules in my embedded python static library?
|
|
0
|
1049
|
January 3, 2023
|
C-API for initializing statically linked extension modules
|
|
34
|
2147
|
March 1, 2024
|
Correct use of buffer protocol for dynamic array
|
|
4
|
642
|
February 18, 2024
|
Conversion between Python and C integers
|
|
6
|
1403
|
February 6, 2024
|
Cannot open file 'python311_d.lib'
|
|
9
|
5691
|
February 2, 2024
|
Unstable API for pymain_run_python: run Python cli but don't finalize interpreter
|
|
5
|
381
|
February 1, 2024
|
Exposing atomic operations tooling in the public C API
|
|
10
|
1120
|
December 18, 2023
|