|
How to make functions from C extension writable?
|
|
4
|
140
|
November 14, 2024
|
|
Weird behavior of attributes using PyTypeObject.tp_getset hooks
|
|
3
|
122
|
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
|
150
|
October 10, 2024
|
|
CPython: Usage of `tp_finalize` in C-defined static types with no custom `tp_dealloc`
|
|
8
|
381
|
September 19, 2024
|
|
Can we expose the head of gc generation0?
|
|
0
|
161
|
September 5, 2024
|
|
Subclassing set from C: updating the set
|
|
5
|
117
|
August 26, 2024
|
|
CPython heap type use case creates a dangling pointer
|
|
1
|
118
|
August 15, 2024
|
|
Utilizing Core Functions (`pycore_*.h`) Externally with C API
|
|
0
|
72
|
August 6, 2024
|
|
C API for asynchronous functions
|
|
10
|
2965
|
August 4, 2024
|
|
Metaclass in C extension module causes problems in macOS
|
|
2
|
73
|
July 18, 2024
|
|
AF_RDS support for getsockopt
|
|
2
|
205
|
July 8, 2024
|
|
Converting a static extension type to a heap exension type
|
|
5
|
616
|
May 22, 2024
|
|
Improving collection of stable ABI macros and inline functions
|
|
6
|
374
|
April 18, 2024
|
|
Python bindings for libpython to access VM state
|
|
1
|
250
|
April 9, 2024
|
|
Instantiating Python objects from C - segfault on `type(obj)`, `__class__` attribute missing
|
|
4
|
451
|
April 7, 2024
|
|
How to include modules in my embedded python static library?
|
|
0
|
1090
|
January 3, 2023
|
|
Correct use of buffer protocol for dynamic array
|
|
4
|
912
|
February 18, 2024
|
|
Conversion between Python and C integers
|
|
6
|
1767
|
February 6, 2024
|
|
Cannot open file 'python311_d.lib'
|
|
9
|
7263
|
February 2, 2024
|
|
Unstable API for pymain_run_python: run Python cli but don't finalize interpreter
|
|
5
|
432
|
February 1, 2024
|
|
Exposing atomic operations tooling in the public C API
|
|
10
|
1318
|
December 18, 2023
|
|
Getting Fatal _PyInterpreterState_GET error running basic extension type in debug build
|
|
1
|
1404
|
December 10, 2023
|
|
Issues setting PyFunctionObject's vectorcall field in Python3.11+
|
|
8
|
567
|
December 6, 2023
|
|
LD_DEBUG: ImportModuleLevelObject isn't loaded in >3.9 but only with miniconda installs?
|
|
0
|
277
|
November 28, 2023
|
|
PyUnicode_DATA and the stable API
|
|
7
|
693
|
November 24, 2023
|
|
PEP 731: C API Working Group Charter
|
|
12
|
2508
|
November 20, 2023
|
|
Python 3.13 alpha 1 contains breaking changes, what's the plan?
|
|
27
|
14557
|
November 15, 2023
|
|
PyObject_GetIter() segfaults when trying to get tp_iter
|
|
2
|
393
|
November 12, 2023
|
|
How to define constant values of Python type defined in C++ extension with Py_LIMITED_API?
|
|
4
|
541
|
November 9, 2023
|
|
Writing a C API test case for PyTuple
|
|
1
|
436
|
November 4, 2023
|