Cannot open file 'python311_d.lib'
|
|
9
|
6004
|
February 2, 2024
|
Unstable API for pymain_run_python: run Python cli but don't finalize interpreter
|
|
5
|
383
|
February 1, 2024
|
Exposing atomic operations tooling in the public C API
|
|
10
|
1137
|
December 18, 2023
|
Getting Fatal _PyInterpreterState_GET error running basic extension type in debug build
|
|
1
|
1071
|
December 10, 2023
|
Issues setting PyFunctionObject's vectorcall field in Python3.11+
|
|
8
|
444
|
December 6, 2023
|
LD_DEBUG: ImportModuleLevelObject isn't loaded in >3.9 but only with miniconda installs?
|
|
0
|
261
|
November 28, 2023
|
PyUnicode_DATA and the stable API
|
|
7
|
607
|
November 24, 2023
|
PEP 731: C API Working Group Charter
|
|
12
|
2284
|
November 20, 2023
|
Python 3.13 alpha 1 contains breaking changes, what's the plan?
|
|
27
|
13739
|
November 15, 2023
|
PyObject_GetIter() segfaults when trying to get tp_iter
|
|
2
|
359
|
November 12, 2023
|
How to define constant values of Python type defined in C++ extension with Py_LIMITED_API?
|
|
4
|
475
|
November 9, 2023
|
Writing a C API test case for PyTuple
|
|
1
|
416
|
November 4, 2023
|
Is Py_None part of the limited API?
|
|
1
|
541
|
October 3, 2023
|
A New (C) API For Extensions that Need Runtime-Global Locks
|
|
30
|
2683
|
August 3, 2023
|
Access application data when extending embedded Python
|
|
9
|
690
|
August 3, 2023
|
Convert images to JPEG format
|
|
2
|
1330
|
July 6, 2023
|
Openai API Error (Gpt3.5 turbo)
|
|
4
|
1346
|
June 29, 2023
|
Instantiating a C Extension Subclass in C
|
|
5
|
1069
|
May 15, 2023
|
PyBool_Check and explicit link does not return expected value
|
|
4
|
493
|
May 4, 2023
|
Why am I receiving Segment Fault on C extension method declaration?
|
|
4
|
1290
|
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
|
1122
|
March 21, 2023
|
Implications of calling PyThreadState_Get without the GIL
|
|
4
|
1419
|
March 11, 2023
|
What’s the best way to check if a type is `PyStructSequence`
|
|
2
|
912
|
February 8, 2023
|
A fast variant of `PyType_GetModuleState`
|
|
15
|
963
|
February 6, 2023
|
Add portable way to extract all digits of a `PyLongObject` from C?
|
|
21
|
1934
|
January 26, 2023
|
Avoiding PyObject_AsCharBuffer from the Limited API
|
|
2
|
442
|
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
|
451
|
January 18, 2023
|
PyEval_EvalCodeEx seem to ignore default on 3.11
|
|
0
|
412
|
January 13, 2023
|