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
|
27
|
October 10, 2024
|
How to add attribute to PyObject correctly, PyObject size calculated staticly?
|
|
1
|
201
|
September 21, 2024
|
CPython: Usage of `tp_finalize` in C-defined static types with no custom `tp_dealloc`
|
|
8
|
200
|
September 19, 2024
|
Can we expose the head of gc generation0?
|
|
0
|
138
|
September 5, 2024
|
Subclassing set from C: updating the set
|
|
5
|
61
|
August 26, 2024
|
CPython heap type use case creates a dangling pointer
|
|
1
|
72
|
August 15, 2024
|
Utilizing Core Functions (`pycore_*.h`) Externally with C API
|
|
0
|
39
|
August 6, 2024
|
C API for asynchronous functions
|
|
10
|
1923
|
August 4, 2024
|
Metaclass in C extension module causes problems in macOS
|
|
2
|
51
|
July 18, 2024
|
AF_RDS support for getsockopt
|
|
2
|
169
|
July 8, 2024
|
Converting a static extension type to a heap exension type
|
|
5
|
520
|
May 22, 2024
|
Improving collection of stable ABI macros and inline functions
|
|
6
|
320
|
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
|
343
|
April 7, 2024
|
How to include modules in my embedded python static library?
|
|
0
|
1035
|
January 3, 2023
|
C-API for initializing statically linked extension modules
|
|
34
|
2094
|
March 1, 2024
|
Correct use of buffer protocol for dynamic array
|
|
4
|
542
|
February 18, 2024
|
Conversion between Python and C integers
|
|
6
|
1273
|
February 6, 2024
|
Cannot open file 'python311_d.lib'
|
|
9
|
5089
|
February 2, 2024
|
Unstable API for pymain_run_python: run Python cli but don't finalize interpreter
|
|
5
|
372
|
February 1, 2024
|
Exposing atomic operations tooling in the public C API
|
|
10
|
1082
|
December 18, 2023
|
Getting Fatal _PyInterpreterState_GET error running basic extension type in debug build
|
|
1
|
811
|
December 10, 2023
|
Issues setting PyFunctionObject's vectorcall field in Python3.11+
|
|
8
|
424
|
December 6, 2023
|
LD_DEBUG: ImportModuleLevelObject isn't loaded in >3.9 but only with miniconda installs?
|
|
0
|
255
|
November 28, 2023
|
PyUnicode_DATA and the stable API
|
|
7
|
594
|
November 24, 2023
|
PEP 731: C API Working Group Charter
|
|
12
|
2251
|
November 20, 2023
|
Python 3.13 alpha 1 contains breaking changes, what's the plan?
|
|
27
|
13206
|
November 15, 2023
|
PyObject_GetIter() segfaults when trying to get tp_iter
|
|
2
|
347
|
November 12, 2023
|
How to define constant values of Python type defined in C++ extension with Py_LIMITED_API?
|
|
4
|
446
|
November 9, 2023
|
Writing a C API test case for PyTuple
|
|
1
|
411
|
November 4, 2023
|