How to make functions from C extension writable?
|
|
4
|
88
|
November 14, 2024
|
Weird behavior of attributes using PyTypeObject.tp_getset hooks
|
|
3
|
63
|
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
|
37
|
October 10, 2024
|
How to add attribute to PyObject correctly, PyObject size calculated staticly?
|
|
1
|
203
|
September 21, 2024
|
CPython: Usage of `tp_finalize` in C-defined static types with no custom `tp_dealloc`
|
|
8
|
218
|
September 19, 2024
|
Can we expose the head of gc generation0?
|
|
0
|
139
|
September 5, 2024
|
Subclassing set from C: updating the set
|
|
5
|
65
|
August 26, 2024
|
CPython heap type use case creates a dangling pointer
|
|
1
|
74
|
August 15, 2024
|
Utilizing Core Functions (`pycore_*.h`) Externally with C API
|
|
0
|
40
|
August 6, 2024
|
C API for asynchronous functions
|
|
10
|
2003
|
August 4, 2024
|
Metaclass in C extension module causes problems in macOS
|
|
2
|
54
|
July 18, 2024
|
AF_RDS support for getsockopt
|
|
2
|
171
|
July 8, 2024
|
Converting a static extension type to a heap exension type
|
|
5
|
522
|
May 22, 2024
|
Improving collection of stable ABI macros and inline functions
|
|
6
|
322
|
April 18, 2024
|
Python bindings for libpython to access VM state
|
|
1
|
205
|
April 9, 2024
|
Instantiating Python objects from C - segfault on `type(obj)`, `__class__` attribute missing
|
|
4
|
352
|
April 7, 2024
|
How to include modules in my embedded python static library?
|
|
0
|
1042
|
January 3, 2023
|
C-API for initializing statically linked extension modules
|
|
34
|
2111
|
March 1, 2024
|
Correct use of buffer protocol for dynamic array
|
|
4
|
563
|
February 18, 2024
|
Conversion between Python and C integers
|
|
6
|
1324
|
February 6, 2024
|
Cannot open file 'python311_d.lib'
|
|
9
|
5341
|
February 2, 2024
|
Unstable API for pymain_run_python: run Python cli but don't finalize interpreter
|
|
5
|
377
|
February 1, 2024
|
Exposing atomic operations tooling in the public C API
|
|
10
|
1092
|
December 18, 2023
|
Getting Fatal _PyInterpreterState_GET error running basic extension type in debug build
|
|
1
|
886
|
December 10, 2023
|
Issues setting PyFunctionObject's vectorcall field in Python3.11+
|
|
8
|
429
|
December 6, 2023
|
LD_DEBUG: ImportModuleLevelObject isn't loaded in >3.9 but only with miniconda installs?
|
|
0
|
256
|
November 28, 2023
|
PyUnicode_DATA and the stable API
|
|
7
|
596
|
November 24, 2023
|
PEP 731: C API Working Group Charter
|
|
12
|
2261
|
November 20, 2023
|
Python 3.13 alpha 1 contains breaking changes, what's the plan?
|
|
27
|
13355
|
November 15, 2023
|
PyObject_GetIter() segfaults when trying to get tp_iter
|
|
2
|
349
|
November 12, 2023
|