How to include modules in my embedded python static library?
|
|
0
|
1073
|
January 3, 2023
|
C-API for initializing statically linked extension modules
|
|
34
|
2223
|
March 1, 2024
|
Correct use of buffer protocol for dynamic array
|
|
4
|
752
|
February 18, 2024
|
Conversion between Python and C integers
|
|
6
|
1522
|
February 6, 2024
|
Cannot open file 'python311_d.lib'
|
|
9
|
6572
|
February 2, 2024
|
Unstable API for pymain_run_python: run Python cli but don't finalize interpreter
|
|
5
|
386
|
February 1, 2024
|
Exposing atomic operations tooling in the public C API
|
|
10
|
1152
|
December 18, 2023
|
Getting Fatal _PyInterpreterState_GET error running basic extension type in debug build
|
|
1
|
1167
|
December 10, 2023
|
Issues setting PyFunctionObject's vectorcall field in Python3.11+
|
|
8
|
456
|
December 6, 2023
|
LD_DEBUG: ImportModuleLevelObject isn't loaded in >3.9 but only with miniconda installs?
|
|
0
|
266
|
November 28, 2023
|
PyUnicode_DATA and the stable API
|
|
7
|
614
|
November 24, 2023
|
PEP 731: C API Working Group Charter
|
|
12
|
2298
|
November 20, 2023
|
Python 3.13 alpha 1 contains breaking changes, what's the plan?
|
|
27
|
13925
|
November 15, 2023
|
PyObject_GetIter() segfaults when trying to get tp_iter
|
|
2
|
368
|
November 12, 2023
|
How to define constant values of Python type defined in C++ extension with Py_LIMITED_API?
|
|
4
|
492
|
November 9, 2023
|
Writing a C API test case for PyTuple
|
|
1
|
419
|
November 4, 2023
|
Is Py_None part of the limited API?
|
|
1
|
543
|
October 3, 2023
|
A New (C) API For Extensions that Need Runtime-Global Locks
|
|
30
|
2696
|
August 3, 2023
|
Access application data when extending embedded Python
|
|
9
|
698
|
August 3, 2023
|
Convert images to JPEG format
|
|
2
|
1362
|
July 6, 2023
|
Openai API Error (Gpt3.5 turbo)
|
|
4
|
1356
|
June 29, 2023
|
Instantiating a C Extension Subclass in C
|
|
5
|
1087
|
May 15, 2023
|
PyBool_Check and explicit link does not return expected value
|
|
4
|
495
|
May 4, 2023
|
Why am I receiving Segment Fault on C extension method declaration?
|
|
4
|
1319
|
April 13, 2023
|
Cross-module base type discovery with new module patterns
|
|
3
|
365
|
April 11, 2023
|
Support `defining_class` argument to other method signatures
|
|
1
|
532
|
April 5, 2023
|
C Python API: os.register_at_fork analogue with C function pointer arguments
|
|
7
|
1165
|
March 21, 2023
|
Implications of calling PyThreadState_Get without the GIL
|
|
4
|
1500
|
March 11, 2023
|
What’s the best way to check if a type is `PyStructSequence`
|
|
2
|
922
|
February 8, 2023
|
A fast variant of `PyType_GetModuleState`
|
|
15
|
971
|
February 6, 2023
|