Py_AtExit change in 3.12
|
|
2
|
295
|
April 17, 2024
|
Revisiting a C API for asynchronous functions
|
|
1
|
566
|
April 15, 2024
|
Make some PyMutex APIs public
|
|
4
|
518
|
April 4, 2024
|
Status of `PyLong_FromPid()` and `PyLong_AsPid()`
|
|
6
|
447
|
March 20, 2024
|
Rationale for changing a capsule's name or destructor
|
|
4
|
373
|
March 15, 2024
|
How can I do a `Py_IsFinalizing` check "atomically"?
|
|
4
|
420
|
March 11, 2024
|
C-API for initializing statically linked extension modules
|
|
34
|
2128
|
March 1, 2024
|
C Python API: check for PyMethodDescr_Type?
|
|
3
|
309
|
February 26, 2024
|
Define __add__, __radd__, __iadd__ using C
|
|
12
|
725
|
February 15, 2024
|
Unstable API for pymain_run_python: run Python cli but don't finalize interpreter
|
|
5
|
381
|
February 1, 2024
|
Can we make `_PyTraceMalloc_NewReference` to support custom hooks?
|
|
7
|
909
|
January 29, 2024
|
What are the cases where `PyModule_Create` returns null
|
|
2
|
352
|
January 14, 2024
|
Why is cpython multiprocessing using named semaphores?
|
|
4
|
1113
|
January 9, 2024
|
PEP draft: Safer mutability semantics for the buffer protocol
|
|
17
|
1037
|
January 6, 2024
|
How to disable frozen_module during build
|
|
1
|
737
|
December 21, 2023
|
How to Get Thread State in No_GIL Version 3.13
|
|
1
|
887
|
December 8, 2023
|
Deadparrot C library: provide old removed C API functions to new Python versions
|
|
4
|
473
|
November 30, 2023
|
Distinguish application PyObject with VM PyObject?
|
|
4
|
527
|
November 28, 2023
|
PyUnicode_DATA and the stable API
|
|
7
|
598
|
November 24, 2023
|
Keeping old underscored names
|
|
11
|
1092
|
November 13, 2023
|
Py_RunMain without finalizing
|
|
4
|
563
|
October 23, 2023
|
C API for coroutines, iterators, generators etc with native implementations
|
|
8
|
1249
|
October 19, 2023
|
New PyUnicode_EqualToUTF8() function
|
|
23
|
1429
|
October 11, 2023
|
Puts function for PyObjects
|
|
4
|
568
|
September 25, 2023
|
C API design goal: hide implementation details, convert macros to regular functions, avoid memset() or errno in header files, etc
|
|
6
|
1610
|
September 12, 2023
|
PEP draft: Add PyResource callback C API to close resources [WITHDRAWN]
|
|
5
|
823
|
September 8, 2023
|
Replacements for PyMapping_HasKey(), PyMapping_HasKeyString(), PyObject_HasAttr(), and PyObject_HasAttrString()
|
|
4
|
633
|
September 6, 2023
|
C API: How much private is the private _Py_IDENTIFIER() API?
|
|
7
|
1274
|
August 31, 2023
|
Proposal: add a `PyByteArray_ResizeExact` function
|
|
5
|
501
|
August 31, 2023
|
PyUnicode_FromKindAndData memory ownership semantics clarification
|
|
5
|
760
|
August 25, 2023
|