Failing to include external _Py_DECREF_DecRefTotal referenced in function Py_DECREF
|
|
6
|
264
|
August 5, 2024
|
Python C API summit at EuroPython 2024
|
|
2
|
448
|
June 24, 2024
|
C API for asynchronous functions
|
|
10
|
2571
|
August 4, 2024
|
AF_RDS support for getsockopt
|
|
2
|
183
|
July 8, 2024
|
Make `_PyObject_CallFunctionVa` public
|
|
7
|
389
|
June 27, 2024
|
C API Working Group vacancy (again)
|
|
5
|
513
|
June 27, 2024
|
Limited C API: implement Py_INCREF() and Py_DECREF() as function calls
|
|
20
|
2414
|
June 17, 2024
|
Changing the PyCapsule API to better support versions
|
|
55
|
1084
|
June 6, 2024
|
C API Working Group vacancy
|
|
4
|
622
|
May 30, 2024
|
Finishing the Great Renaming
|
|
2
|
623
|
May 23, 2024
|
How to make a modules built-in, instead dynamic loading
|
|
3
|
455
|
April 18, 2024
|
Py_AtExit change in 3.12
|
|
2
|
304
|
April 17, 2024
|
Revisiting a C API for asynchronous functions
|
|
1
|
606
|
April 15, 2024
|
Make some PyMutex APIs public
|
|
4
|
539
|
April 4, 2024
|
Status of `PyLong_FromPid()` and `PyLong_AsPid()`
|
|
6
|
455
|
March 20, 2024
|
Rationale for changing a capsule's name or destructor
|
|
4
|
387
|
March 15, 2024
|
How can I do a `Py_IsFinalizing` check "atomically"?
|
|
4
|
437
|
March 11, 2024
|
C-API for initializing statically linked extension modules
|
|
34
|
2222
|
March 1, 2024
|
C Python API: check for PyMethodDescr_Type?
|
|
3
|
318
|
February 26, 2024
|
Define __add__, __radd__, __iadd__ using C
|
|
12
|
773
|
February 15, 2024
|
Unstable API for pymain_run_python: run Python cli but don't finalize interpreter
|
|
5
|
385
|
February 1, 2024
|
Can we make `_PyTraceMalloc_NewReference` to support custom hooks?
|
|
7
|
938
|
January 29, 2024
|
What are the cases where `PyModule_Create` returns null
|
|
2
|
364
|
January 14, 2024
|
Why is cpython multiprocessing using named semaphores?
|
|
4
|
1241
|
January 9, 2024
|
PEP draft: Safer mutability semantics for the buffer protocol
|
|
17
|
1047
|
January 6, 2024
|
How to disable frozen_module during build
|
|
1
|
798
|
December 21, 2023
|
How to Get Thread State in No_GIL Version 3.13
|
|
1
|
944
|
December 8, 2023
|
Deadparrot C library: provide old removed C API functions to new Python versions
|
|
4
|
478
|
November 30, 2023
|
Distinguish application PyObject with VM PyObject?
|
|
4
|
529
|
November 28, 2023
|
PyUnicode_DATA and the stable API
|
|
7
|
614
|
November 24, 2023
|