|
AF_RDS support for getsockopt
|
|
2
|
248
|
July 8, 2024
|
|
Make `_PyObject_CallFunctionVa` public
|
|
7
|
498
|
June 27, 2024
|
|
C API Working Group vacancy (again)
|
|
5
|
770
|
June 27, 2024
|
|
Limited C API: implement Py_INCREF() and Py_DECREF() as function calls
|
|
20
|
2714
|
June 17, 2024
|
|
Changing the PyCapsule API to better support versions
|
|
55
|
1857
|
June 6, 2024
|
|
C API Working Group vacancy
|
|
4
|
862
|
May 30, 2024
|
|
Finishing the Great Renaming
|
|
2
|
792
|
May 23, 2024
|
|
How to make a modules built-in, instead dynamic loading
|
|
3
|
554
|
April 18, 2024
|
|
Py_AtExit change in 3.12
|
|
2
|
358
|
April 17, 2024
|
|
Revisiting a C API for asynchronous functions
|
|
1
|
702
|
April 15, 2024
|
|
Make some PyMutex APIs public
|
|
4
|
660
|
April 4, 2024
|
|
Status of `PyLong_FromPid()` and `PyLong_AsPid()`
|
|
6
|
576
|
March 20, 2024
|
|
Rationale for changing a capsule's name or destructor
|
|
4
|
502
|
March 15, 2024
|
|
How can I do a `Py_IsFinalizing` check "atomically"?
|
|
4
|
676
|
March 11, 2024
|
|
C Python API: check for PyMethodDescr_Type?
|
|
3
|
405
|
February 26, 2024
|
|
Define __add__, __radd__, __iadd__ using C
|
|
12
|
1080
|
February 15, 2024
|
|
Unstable API for pymain_run_python: run Python cli but don't finalize interpreter
|
|
5
|
520
|
February 1, 2024
|
|
Can we make `_PyTraceMalloc_NewReference` to support custom hooks?
|
|
7
|
1063
|
January 29, 2024
|
|
What are the cases where `PyModule_Create` returns null
|
|
2
|
446
|
January 14, 2024
|
|
Why is cpython multiprocessing using named semaphores?
|
|
4
|
1499
|
January 9, 2024
|
|
PEP draft: Safer mutability semantics for the buffer protocol
|
|
17
|
1302
|
January 6, 2024
|
|
How to disable frozen_module during build
|
|
1
|
884
|
December 21, 2023
|
|
How to Get Thread State in No_GIL Version 3.13
|
|
1
|
1118
|
December 8, 2023
|
|
Deadparrot C library: provide old removed C API functions to new Python versions
|
|
4
|
593
|
November 30, 2023
|
|
Distinguish application PyObject with VM PyObject?
|
|
4
|
655
|
November 28, 2023
|
|
PyUnicode_DATA and the stable API
|
|
7
|
792
|
November 24, 2023
|
|
Keeping old underscored names
|
|
11
|
1278
|
November 13, 2023
|
|
Py_RunMain without finalizing
|
|
4
|
723
|
October 23, 2023
|
|
C API for coroutines, iterators, generators etc with native implementations
|
|
8
|
1554
|
October 19, 2023
|
|
New PyUnicode_EqualToUTF8() function
|
|
23
|
1806
|
October 11, 2023
|