|
Rationale for changing a capsule's name or destructor
|
|
4
|
424
|
March 15, 2024
|
|
How can I do a `Py_IsFinalizing` check "atomically"?
|
|
4
|
500
|
March 11, 2024
|
|
C Python API: check for PyMethodDescr_Type?
|
|
3
|
348
|
February 26, 2024
|
|
Define __add__, __radd__, __iadd__ using C
|
|
12
|
868
|
February 15, 2024
|
|
Unstable API for pymain_run_python: run Python cli but don't finalize interpreter
|
|
5
|
421
|
February 1, 2024
|
|
Can we make `_PyTraceMalloc_NewReference` to support custom hooks?
|
|
7
|
973
|
January 29, 2024
|
|
What are the cases where `PyModule_Create` returns null
|
|
2
|
398
|
January 14, 2024
|
|
Why is cpython multiprocessing using named semaphores?
|
|
4
|
1370
|
January 9, 2024
|
|
PEP draft: Safer mutability semantics for the buffer protocol
|
|
17
|
1123
|
January 6, 2024
|
|
How to disable frozen_module during build
|
|
1
|
844
|
December 21, 2023
|
|
How to Get Thread State in No_GIL Version 3.13
|
|
1
|
1034
|
December 8, 2023
|
|
Deadparrot C library: provide old removed C API functions to new Python versions
|
|
4
|
506
|
November 30, 2023
|
|
Distinguish application PyObject with VM PyObject?
|
|
4
|
550
|
November 28, 2023
|
|
PyUnicode_DATA and the stable API
|
|
7
|
681
|
November 24, 2023
|
|
Keeping old underscored names
|
|
11
|
1139
|
November 13, 2023
|
|
Py_RunMain without finalizing
|
|
4
|
649
|
October 23, 2023
|
|
C API for coroutines, iterators, generators etc with native implementations
|
|
8
|
1396
|
October 19, 2023
|
|
New PyUnicode_EqualToUTF8() function
|
|
23
|
1528
|
October 11, 2023
|
|
Puts function for PyObjects
|
|
4
|
598
|
September 25, 2023
|
|
C API design goal: hide implementation details, convert macros to regular functions, avoid memset() or errno in header files, etc
|
|
6
|
1701
|
September 12, 2023
|
|
PEP draft: Add PyResource callback C API to close resources [WITHDRAWN]
|
|
5
|
855
|
September 8, 2023
|
|
Replacements for PyMapping_HasKey(), PyMapping_HasKeyString(), PyObject_HasAttr(), and PyObject_HasAttrString()
|
|
4
|
674
|
September 6, 2023
|
|
Proposal: add a `PyByteArray_ResizeExact` function
|
|
5
|
531
|
August 31, 2023
|
|
PyUnicode_FromKindAndData memory ownership semantics clarification
|
|
5
|
792
|
August 25, 2023
|
|
A New (C) API For Extensions that Need Runtime-Global Locks
|
|
30
|
2749
|
August 3, 2023
|
|
(pssst) Let's treat all API in public headers as public
|
|
24
|
2456
|
July 22, 2023
|
|
Creating generic workflow id for thread+fork (perhaps get_ident_unique())
|
|
1
|
629
|
July 11, 2023
|
|
Requiring compilers' C11 standard mode to build CPython
|
|
24
|
3510
|
June 14, 2023
|
|
Equivalent of _PyObject_GC_Malloc in Python 3.11
|
|
10
|
1166
|
April 19, 2023
|
|
Meta hook configuration during multi-phase initialization
|
|
0
|
654
|
April 18, 2023
|