List Question
20 TechQA 2024-03-30T08:24:44.467000How to set the Python executable name, now that Py_SetProgramName() is deprecated?
38 views
Asked by Anthon
Executable under GDB invokes different embedded Python
29 views
Asked by Dmitry Kabanov
Issue with GIL on Python 3.12.2
76 views
Asked by sndth
Python3.12 C-API segfaults with openMP
41 views
Asked by fffred
How to implement multi-thread programs using Python C API?
57 views
Asked by fgalan
Creating a new interpreter for each thread
22 views
Asked by alexandersinowalov
generalized ufunc on two arrays with one non-matching dimension
56 views
Asked by Aaron Earle-Richardson
u# format character removed from Python 3.12 C-API, how to account for it?
25 views
Asked by Nobilis
Release of references in PyObject when that object is a dictionary, list or text string
51 views
Asked by fgalan
How can I create lambda PyObject from its Python code in a C string?
101 views
Asked by fgalan
IronPython garbage collection - How does it provides compatibility with C-extensions?
27 views
Asked by Saleh
What is the standard method to numpy extension create modules that support different array datatypes?
32 views
Asked by Gideon Kogan
PyLong_Check() wrongly detecting PyBool type?
58 views
Asked by fgalan
Embedding a Python CLI into a C++ program
67 views
Asked by tachchenx
Python/C api hdf5 doesnt write all array elements just the first one
29 views
Asked by Darkrider
How to properly deepcopy linked objects in C Extension
29 views
Asked by Askold Ilvento
How to resolve linking error in C Python API
58 views
Asked by LakshyaK2011
Segfault in tp_alloc on Python 3.12
29 views
Asked by firmament
Why do attributes that are being set by a custom type initializer need to be protected?
68 views
Asked by Carpetfizz