COMMITS
/ Include/object.h March 19, 2024
M
[3.12] gh-116869: Make C API compatible with ISO C90 (GH-116950) (#117011)
Miss Islington (bot) committed
September 18, 2023
M
[3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) (#109545)
Miss Islington (bot) committed
July 25, 2023
M
[3.12] gh-105059: Fix MSCV compiler warning on PyObject union (GH-107239) (#107248)
Miss Islington (bot) committed
M
[3.12] gh-105059: Use GCC/clang extension for PyObject union (GH-107232) (#107236)
Miss Islington (bot) committed
July 24, 2023
M
[3.12] gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (GH-107193) (#107199)
Miss Islington (bot) committed
June 14, 2023
M
[3.12] gh-105387: Limited C API implements Py_INCREF() as func (GH-105388) (#105763)
Miss Islington (bot) committed
June 9, 2023
V
[3.12] gh-102304: Fix Py_INCREF() for limited C API 3.9 (#105553)
Victor Stinner committed
June 6, 2023
V
[3.12] gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763) (#105352)
Victor Stinner committed
May 31, 2023
E
[3.12] gh-102304: Fix 2 New Stable ABI Functions (gh-104762) (gh-105123)
Eric Snow committed
May 4, 2023
P
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin committed
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
March 22, 2023
M
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon committed
March 20, 2023
E
gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)
Eric Snow committed
March 8, 2023
E
gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514)
Eric Snow committed
December 7, 2022
V
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#100070)
Victor Stinner committed
November 24, 2022
V
Revert "gh-98724: Fix Py_CLEAR() macro side effects" (#99737)
Victor Stinner committed
November 9, 2022
V
gh-98724: Fix Py_CLEAR() macro side effects (#99100)
Victor Stinner committed
August 29, 2022
V
Fix Py_INCREF() statistics in limited C API 3.10 (#96120)
Victor Stinner committed
August 16, 2022
M
GH-95245: Move weakreflist into the pre-header. (GH-95996)
Mark Shannon committed
August 8, 2022
P
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
Petr Viktorin committed
July 25, 2022
E
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Eric Snow committed
June 20, 2022
V
gh-87347: Add parenthesis around macro arguments (#93915)
Victor Stinner committed
May 27, 2022
W
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Wenzel Jakob committed
May 16, 2022
M
Improve object stats (#92845)
Mark Shannon committed
May 11, 2022
V
gh-89653: PEP 670: Use PyObject* type for parameters (#92694)
Victor Stinner committed
May 6, 2022
V
gh-91321: Fix _PyObject_EXTRA_INIT for C++ (#92396)
Victor Stinner committed
May 3, 2022
V
gh-91321: Add _Py_NULL macro (#92253)
Victor Stinner committed
V
gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230)
Victor Stinner committed
April 27, 2022
V
gh-91320: Add _Py_reinterpret_cast() macro (#91959)
Victor Stinner committed
April 25, 2022
V
gh-89653: PEP 670: Functions don't cast pointers (#91697)
Victor Stinner committed
April 21, 2022
V
gh-91768: C API no longer use "const PyObject*" type (#91769)
Victor Stinner committed
April 6, 2022
S
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka committed
February 24, 2022
V
bpo-45459: C API uses type names rather than structure names (GH-31528)
Victor Stinner committed
V
bpo-45459: Add pytypedefs.h header file (GH-31527)
Victor Stinner committed
February 11, 2022
V
bpo-45490: Rename static inline functions (GH-31217)
Victor Stinner committed
January 21, 2022
V
bpo-46417: Add _PyType_CAST() macro (GH-30760)
Victor Stinner committed
December 19, 2021
R
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Raymond Hettinger committed
M
bpo-46131: add fastpath for PyFloat_Check() (#30200)
Matti Picus committed
December 7, 2021
October 14, 2021
V
bpo-45434: Remove useless space in includes (GH-28963)
Victor Stinner committed
October 13, 2021
M
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Mark Shannon committed
October 6, 2021
C
Fix typos in the Include directory (GH-28745)
Christian Clauss committed
September 8, 2021
V
bpo-39573: Py_TYPE becomes a static inline function (GH-28128)
Victor Stinner committed
August 17, 2021
July 29, 2021
H
bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)
Hai Shi committed
July 23, 2021
P
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op (GH-27260)
Petr Viktorin committed
June 11, 2021
V
bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644)
Victor Stinner committed
June 8, 2021
P
bpo-44348: Revert "bpo-39573: Py_TYPE becomes a static inline function (GH-26493)" (GH-26596)
Pablo Galindo committed
June 3, 2021
V
bpo-39573: Py_TYPE becomes a static inline function (GH-26493)
Victor Stinner committed
April 30, 2021
V
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner committed