COMMITS
/ Objects/capsule.c January 8, 2025
B
gh-111178: fix UBSan failures in `Objects/capsule.c` (GH-128239)
Bénédikt Tran committed
September 26, 2024
P
gh-124538: Fix crash when using `gc.get_referents` on an untracked capsule object (#124559)
Peter Bierma committed
August 29, 2023
V
gh-108240: Add pycore_capsule.h internal header file (#108596)
Victor Stinner committed
August 24, 2023
V
gh-108240: _PyCapsule_SetTraverse() rejects NULL callbacks (#108417)
Victor Stinner committed
August 23, 2023
V
gh-108240: Add _PyCapsule_SetTraverse() internal function (#108339)
Victor Stinner committed
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner committed
December 12, 2021
G
bpo-45855: document that `no_block` has no use anymore in PyCapsule_Import (#29665)
Georg Brandl committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
April 7, 2020
V
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
Victor Stinner committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
December 7, 2018
Z
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)
Zackery Spytz committed
August 11, 2010
A
Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99
Alexander Belopolsky committed
October 3, 2009
M
June 28, 2009
B
fix useless comparison #6355
Benjamin Peterson committed
May 5, 2009
B
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson committed