PyImport_Import does not want to import from working dir
|
|
3
|
31
|
February 8, 2025
|
Pre-PEP: Unified slot system for the C API
|
|
4
|
346
|
February 1, 2025
|
Making `PyObject` opaque in the limited API
|
|
6
|
396
|
January 17, 2025
|
Deprecating support for nested non-tuple sequences in PyArg_ParseTuple()
|
|
6
|
326
|
January 8, 2025
|
C API for iterable unpacking
|
|
4
|
308
|
December 30, 2024
|
Interrupting long running PyObject_Call inside subinterpreter
|
|
6
|
145
|
December 24, 2024
|
C API docs for free-threading?
|
|
3
|
207
|
December 16, 2024
|
How to add attribute to PyObject correctly, PyObject size calculated staticly?
|
|
2
|
242
|
December 10, 2024
|
How serious is the PyFunction_AddWatcher warning about not modifying the function?
|
|
4
|
109
|
December 5, 2024
|
Thread-safety and freethreading Limited API
|
|
5
|
456
|
December 4, 2024
|
How to make functions from C extension writable?
|
|
4
|
94
|
November 14, 2024
|
Weird behavior of attributes using PyTypeObject.tp_getset hooks
|
|
3
|
66
|
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
|
54
|
October 10, 2024
|
CPython: Usage of `tp_finalize` in C-defined static types with no custom `tp_dealloc`
|
|
8
|
247
|
September 19, 2024
|
Can we expose the head of gc generation0?
|
|
0
|
143
|
September 5, 2024
|
Subclassing set from C: updating the set
|
|
5
|
81
|
August 26, 2024
|
CPython heap type use case creates a dangling pointer
|
|
1
|
79
|
August 15, 2024
|
Utilizing Core Functions (`pycore_*.h`) Externally with C API
|
|
0
|
48
|
August 6, 2024
|
C API for asynchronous functions
|
|
10
|
2231
|
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
|
538
|
May 22, 2024
|
Improving collection of stable ABI macros and inline functions
|
|
6
|
328
|
April 18, 2024
|
Python bindings for libpython to access VM state
|
|
1
|
214
|
April 9, 2024
|
Instantiating Python objects from C - segfault on `type(obj)`, `__class__` attribute missing
|
|
4
|
366
|
April 7, 2024
|
How to include modules in my embedded python static library?
|
|
0
|
1053
|
January 3, 2023
|
C-API for initializing statically linked extension modules
|
|
34
|
2158
|
March 1, 2024
|
Correct use of buffer protocol for dynamic array
|
|
4
|
667
|
February 18, 2024
|
Conversion between Python and C integers
|
|
6
|
1425
|
February 6, 2024
|
Cannot open file 'python311_d.lib'
|
|
9
|
5806
|
February 2, 2024
|