Issues setting PyFunctionObject's vectorcall field in Python3.11+
|
|
5
|
152
|
December 6, 2023
|
Exposing atomic operations tooling in the public C API
|
|
9
|
293
|
November 30, 2023
|
LD_DEBUG: ImportModuleLevelObject isn't loaded in >3.9 but only with miniconda installs?
|
|
0
|
56
|
November 28, 2023
|
PyUnicode_DATA and the stable API
|
|
7
|
277
|
November 24, 2023
|
PEP 731: C API Working Group Charter
|
|
12
|
1430
|
November 20, 2023
|
Python 3.13 alpha 1 contains breaking changes, what's the plan?
|
|
27
|
9640
|
November 15, 2023
|
PyObject_GetIter() segfaults when trying to get tp_iter
|
|
2
|
103
|
November 12, 2023
|
How to define constant values of Python type defined in C++ extension with Py_LIMITED_API?
|
|
4
|
145
|
November 9, 2023
|
Writing a C API test case for PyTuple
|
|
1
|
193
|
November 4, 2023
|
Is Py_None part of the limited API?
|
|
1
|
376
|
October 3, 2023
|
Cannot open file 'python311_d.lib'
|
|
8
|
1150
|
August 28, 2023
|
A New (C) API For Extensions that Need Runtime-Global Locks
|
|
30
|
1939
|
August 3, 2023
|
Access application data when extending embedded Python
|
|
9
|
283
|
August 3, 2023
|
Convert images to JPEG format
|
|
2
|
400
|
July 6, 2023
|
Openai API Error (Gpt3.5 turbo)
|
|
4
|
645
|
June 29, 2023
|
Instantiating a C Extension Subclass in C
|
|
5
|
563
|
May 15, 2023
|
PyBool_Check and explicit link does not return expected value
|
|
4
|
191
|
May 4, 2023
|
Converting a static extension type to a heap exension type
|
|
3
|
249
|
April 28, 2023
|
Why am I receiving Segment Fault on C extension method declaration?
|
|
4
|
478
|
April 13, 2023
|
Cross-module base type discovery with new module patterns
|
|
3
|
232
|
April 11, 2023
|
Support `defining_class` argument to other method signatures
|
|
1
|
353
|
April 5, 2023
|
C Python API: os.register_at_fork analogue with C function pointer arguments
|
|
7
|
630
|
March 21, 2023
|
Implications of calling PyThreadState_Get without the GIL
|
|
4
|
470
|
March 11, 2023
|
What’s the best way to check if a type is `PyStructSequence`
|
|
2
|
592
|
February 8, 2023
|
A fast variant of `PyType_GetModuleState`
|
|
15
|
709
|
February 6, 2023
|
Add portable way to extract all digits of a `PyLongObject` from C?
|
|
21
|
1470
|
January 26, 2023
|
Avoiding PyObject_AsCharBuffer from the Limited API
|
|
2
|
254
|
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
|
327
|
January 18, 2023
|
PyEval_EvalCodeEx seem to ignore default on 3.11
|
|
0
|
278
|
January 13, 2023
|
How to include modules in my embedded python static library?
|
|
0
|
589
|
January 3, 2023
|