|
Convert images to JPEG format
|
|
2
|
1400
|
July 6, 2023
|
|
Openai API Error (Gpt3.5 turbo)
|
|
4
|
1377
|
June 29, 2023
|
|
Instantiating a C Extension Subclass in C
|
|
5
|
1113
|
May 15, 2023
|
|
PyBool_Check and explicit link does not return expected value
|
|
4
|
519
|
May 4, 2023
|
|
Why am I receiving Segment Fault on C extension method declaration?
|
|
4
|
1362
|
April 13, 2023
|
|
Cross-module base type discovery with new module patterns
|
|
3
|
372
|
April 11, 2023
|
|
Support `defining_class` argument to other method signatures
|
|
1
|
538
|
April 5, 2023
|
|
C Python API: os.register_at_fork analogue with C function pointer arguments
|
|
7
|
1214
|
March 21, 2023
|
|
Implications of calling PyThreadState_Get without the GIL
|
|
4
|
1636
|
March 11, 2023
|
|
What’s the best way to check if a type is `PyStructSequence`
|
|
2
|
946
|
February 8, 2023
|
|
A fast variant of `PyType_GetModuleState`
|
|
15
|
1026
|
February 6, 2023
|
|
Add portable way to extract all digits of a `PyLongObject` from C?
|
|
21
|
2029
|
January 26, 2023
|
|
Avoiding PyObject_AsCharBuffer from the Limited API
|
|
2
|
477
|
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
|
463
|
January 18, 2023
|
|
PyEval_EvalCodeEx seem to ignore default on 3.11
|
|
0
|
425
|
January 13, 2023
|
|
How to compile python source code with some specific parameters?
|
|
6
|
3294
|
January 3, 2023
|
|
Adding PyBytes_FromBuffer? (and similar for array.array)
|
|
6
|
1372
|
December 7, 2022
|
|
C API: What should the leading underscore (`_Py`) mean?
|
|
21
|
2599
|
December 7, 2022
|
|
Help combining different API's in Python
|
|
1
|
374
|
November 15, 2022
|
|
C API: Each reference should be backed by a pointer?
|
|
0
|
736
|
August 15, 2022
|
|
Help with Python 3.10, C-API and initialization
|
|
0
|
669
|
October 18, 2022
|
|
PyVarObject_HEAD_INIT vs PyObject_HEAD_INIT in "Defining extensions"
|
|
1
|
1024
|
October 17, 2022
|
|
I need help with this program
|
|
1
|
506
|
September 14, 2022
|
|
How to run a string using Python C API when limited api is used (Py_LIMITED_API)?
|
|
0
|
577
|
August 8, 2022
|
|
Destroying subinterpreters on a embbeded context with CPython 3.9
|
|
1
|
626
|
August 5, 2022
|
|
Set (very) specific OpenSSL options
|
|
1
|
761
|
May 9, 2022
|
|
Urlencoded sending a JSON string
|
|
1
|
24590
|
February 18, 2022
|
|
Tp_getattr vs. tp_methods
|
|
1
|
741
|
February 8, 2022
|