Revisiting a C API for asynchronous functions
|
|
1
|
554
|
April 15, 2024
|
Make some PyMutex APIs public
|
|
4
|
515
|
April 4, 2024
|
Status of `PyLong_FromPid()` and `PyLong_AsPid()`
|
|
6
|
446
|
March 20, 2024
|
Rationale for changing a capsule's name or destructor
|
|
4
|
372
|
March 15, 2024
|
How can I do a `Py_IsFinalizing` check "atomically"?
|
|
4
|
415
|
March 11, 2024
|
C-API for initializing statically linked extension modules
|
|
34
|
2110
|
March 1, 2024
|
C Python API: check for PyMethodDescr_Type?
|
|
3
|
304
|
February 26, 2024
|
Define __add__, __radd__, __iadd__ using C
|
|
12
|
698
|
February 15, 2024
|
Unstable API for pymain_run_python: run Python cli but don't finalize interpreter
|
|
5
|
376
|
February 1, 2024
|
Can we make `_PyTraceMalloc_NewReference` to support custom hooks?
|
|
7
|
898
|
January 29, 2024
|
What are the cases where `PyModule_Create` returns null
|
|
2
|
351
|
January 14, 2024
|
Why is cpython multiprocessing using named semaphores?
|
|
4
|
1083
|
January 9, 2024
|
PEP draft: Safer mutability semantics for the buffer protocol
|
|
17
|
1035
|
January 6, 2024
|
How to disable frozen_module during build
|
|
1
|
713
|
December 21, 2023
|
How to Get Thread State in No_GIL Version 3.13
|
|
1
|
874
|
December 8, 2023
|
Deadparrot C library: provide old removed C API functions to new Python versions
|
|
4
|
472
|
November 30, 2023
|
Distinguish application PyObject with VM PyObject?
|
|
4
|
527
|
November 28, 2023
|
PyUnicode_DATA and the stable API
|
|
7
|
596
|
November 24, 2023
|
Keeping old underscored names
|
|
11
|
1092
|
November 13, 2023
|
Py_RunMain without finalizing
|
|
4
|
553
|
October 23, 2023
|
C API for coroutines, iterators, generators etc with native implementations
|
|
8
|
1237
|
October 19, 2023
|
New PyUnicode_EqualToUTF8() function
|
|
23
|
1424
|
October 11, 2023
|
Puts function for PyObjects
|
|
4
|
566
|
September 25, 2023
|
C API design goal: hide implementation details, convert macros to regular functions, avoid memset() or errno in header files, etc
|
|
6
|
1604
|
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
|
629
|
September 6, 2023
|
C API: How much private is the private _Py_IDENTIFIER() API?
|
|
7
|
1268
|
August 31, 2023
|
Proposal: add a `PyByteArray_ResizeExact` function
|
|
5
|
497
|
August 31, 2023
|
PyUnicode_FromKindAndData memory ownership semantics clarification
|
|
5
|
758
|
August 25, 2023
|
A New (C) API For Extensions that Need Runtime-Global Locks
|
|
30
|
2671
|
August 3, 2023
|