COMMITS
/ Modules/_multiprocessing/posixshmem.c May 13, 2024
V
gh-117873: Revert _posixshmem.shm_open() change (#118901)
Victor Stinner committed
May 10, 2024
V
gh-117873: Use positional-only parameters in _posixshmem (#118012)
Victor Stinner committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
March 11, 2024
V
gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610)
Victor Stinner committed
February 25, 2024
S
gh-115886: Handle embedded null characters in shared memory name (GH-115887)
Serhiy Storchaka committed
November 20, 2023
H
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade committed
November 7, 2023
V
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner committed
November 1, 2023
V
gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584)
Victor Stinner committed
October 30, 2023
S
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross committed
October 20, 2023
V
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Victor Stinner committed
October 19, 2023
V
gh-85283: Build posixshmem extension with Limited C API (#111087)
Victor Stinner committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
November 19, 2020
C
bpo-1635741: Port _posixshmem extension module to multiphase initialization (GH-23404)
Christian Heimes committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
February 24, 2019
D
bpo-35813: Tests and docs for shared_memory (#11816)
Davin Potts committed
February 2, 2019
D
bpo-35813: Added shared_memory submodule of multiprocessing. (#11664)
Davin Potts committed