COMMITS
/ Objects/typeobject.c November 29, 2022
V
gh-99845: Change _PyDict_KeysSize() return type to size_t (#99848)
Victor Stinner committed
November 26, 2022
November 25, 2022
V
gh-98724: Fix warnings on Py_SETREF() usage (#99781)
Victor Stinner committed
November 23, 2022
V
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner committed
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner committed
November 16, 2022
E
gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
Eric Snow committed
V
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner committed
November 14, 2022
E
gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)
Eric Snow committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Objects/ directory (#99351)
Victor Stinner committed
November 5, 2022
K
gh-98284: better error message for undefined abstractmethod (#97971)
Kaushik Kulkarni committed
October 21, 2022
C
gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)
Carl Meyer committed
October 3, 2022
M
gh-96526: Clarify format and __format__ docstrings (gh-96648)
Michael committed
September 7, 2022
K
GH-90699: use statically allocated interned strings in typeobject's slotdefs (GH-94706)
Kumar Aditya committed
August 22, 2022
C
gh-96046: Initialize ht_cached_keys in PyType_Ready() (GH-96047)
Christian Heimes committed
August 19, 2022
C
gh-96017: Fix some compiler warnings (GH-96018)
Christian Heimes committed
August 17, 2022
M
GH-95589: Dont crash when subclassing extension classes with multiple inheritance (GH-96028)
Mark Shannon committed
K
August 16, 2022
M
GH-95245: Move weakreflist into the pre-header. (GH-95996)
Mark Shannon committed
August 15, 2022
M
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)
Mark Shannon committed
August 14, 2022
K
GH-95977: Speed up calling pure python descriptor __get__ with vectorcall (gh-95978)
Kumar Aditya committed
August 8, 2022
T
docs: Fix a few typos (#94899)
Tim Gates committed
August 5, 2022
E
gh-94673: Add Per-Interpreter tp_subclasses for Static Builtin Types (gh-95301)
Eric Snow committed
August 4, 2022
E
gh-94673: Recover Weaklist Lookup Performance (gh-95544)
Eric Snow committed
P
gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#95437)
Petr Viktorin committed
P
gh-95388: Deprecate creating immutable types with mutable bases (GH-95533)
Petr Viktorin committed
August 3, 2022
M
GH-92678: Fix tp_dictoffset inheritance. (GH-95596)
Mark Shannon committed
August 1, 2022
M
GH-95245: Store object values and dict pointers in single tagged pointer. (GH-95278)
Mark Shannon committed
July 29, 2022
E
gh-94673: Add Per-Interpreter tp_weaklist for Static Builtin Types (#95302)
Eric Snow committed
July 26, 2022
E
gh-94673: Add Per-Interpreter Storage for Static Builtin Types (#95255)
Eric Snow committed
July 25, 2022
E
gh-94673: Always Finalize Static Builtin Types (#95153)
Eric Snow committed
E
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Eric Snow committed
June 21, 2022
J
gh-93021: Fix __text_signature__ for __get__ (GH-93023)
Jelle Zijlstra committed
June 19, 2022
V
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner committed
K
GH-93990: fix refcounting bug in `add_subclass` in `typeobject.c` (GH-93989)
Kumar Aditya committed
June 18, 2022
June 14, 2022
P
gh-89546: Clean up PyType_FromMetaclass (GH-93686)
Petr Viktorin committed
June 12, 2022
K
GH-90699: use statically allocated strings in typeobject.c (gh-93751)
Kumar Aditya committed
D
gh-93747: Fix Refleak when handling multiple Py_tp_doc slots (gh-93749)
Dong-hee Na committed
June 10, 2022
June 9, 2022
S
bpo-45383: Get metaclass from bases in PyType_From* (GH-28748)
Sebastian Berg committed
May 27, 2022
E
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow committed
M
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (GH-93284)
Mark Shannon committed
W
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Wenzel Jakob committed
May 12, 2022
May 6, 2022
A
gh-92112: Fix crash triggered by an evil custom `mro()` (#92113)
Alexey Izbyshev committed
May 3, 2022
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
April 7, 2022
D
bpo-47250: Fix refleak from object.__getstate__() (GH-32403)
Dong-hee Na committed
B
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
Brandt Bucher committed
April 6, 2022
S
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka committed
March 31, 2022
V
bpo-47164: Add _PyASCIIObject_CAST() macro (GH-32191)
Victor Stinner committed