C Python API: os.register_at_fork analogue with C function pointer arguments
|
|
7
|
289
|
March 21, 2023
|
Implications of calling PyThreadState_Get without the GIL
|
|
4
|
174
|
March 11, 2023
|
What’s the best way to check if a type is `PyStructSequence`
|
|
2
|
214
|
February 8, 2023
|
A fast variant of `PyType_GetModuleState`
|
|
15
|
476
|
February 6, 2023
|
Add portable way to extract all digits of a `PyLongObject` from C?
|
|
21
|
967
|
January 26, 2023
|
Avoiding PyObject_AsCharBuffer from the Limited API
|
|
2
|
111
|
January 20, 2023
|
Valid to subclass `MethodType` from C (or: how to make a C object look and feel as much as function as possible)?
|
|
1
|
145
|
January 18, 2023
|
PyEval_EvalCodeEx seem to ignore default on 3.11
|
|
0
|
112
|
January 13, 2023
|
How to include modules in my embedded python static library?
|
|
0
|
191
|
January 3, 2023
|
How to compile python source code with some specific parameters?
|
|
6
|
264
|
January 3, 2023
|
Adding PyBytes_FromBuffer? (and similar for array.array)
|
|
6
|
371
|
December 7, 2022
|
C API: What should the leading underscore (`_Py`) mean?
|
|
21
|
1046
|
December 7, 2022
|
Help combining different API's in Python
|
|
1
|
129
|
November 15, 2022
|
A New (C) API For Extensions that Need Runtime-Global Locks
|
|
26
|
871
|
November 14, 2022
|
C API: Each reference should be backed by a pointer?
|
|
0
|
380
|
August 15, 2022
|
Help with Python 3.10, C-API and initialization
|
|
0
|
125
|
October 18, 2022
|
PyVarObject_HEAD_INIT vs PyObject_HEAD_INIT in "Defining extensions"
|
|
1
|
314
|
October 17, 2022
|
I need help with this program
|
|
1
|
215
|
September 14, 2022
|
How to run a string using Python C API when limited api is used (Py_LIMITED_API)?
|
|
0
|
162
|
August 8, 2022
|
Destroying subinterpreters on a embbeded context with CPython 3.9
|
|
1
|
309
|
August 5, 2022
|
Set (very) specific OpenSSL options
|
|
1
|
330
|
May 9, 2022
|
Is Py_None part of the limited API?
|
|
0
|
220
|
April 13, 2022
|
Urlencoded sending a JSON string
|
|
1
|
5801
|
February 18, 2022
|
Tp_getattr vs. tp_methods
|
|
1
|
365
|
February 8, 2022
|