COMMITS
/ Objects/typeobject.c 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
March 21, 2022
B
bpo-46841: Quicken code in-place (GH-31888)
Brandt Bucher committed
March 6, 2022
K
bpo-46921: Vectorcall support for `super()` (GH-31687)
Ken Jin committed
February 25, 2022
V
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner committed
February 24, 2022
V
bpo-45459: C API uses type names rather than structure names (GH-31528)
Victor Stinner committed
February 21, 2022
J
fix __bool__ docstring (GH-31301)
Jelle Zijlstra committed
February 15, 2022
E
bpo-46541: Discover the global strings. (gh-31346)
Eric Snow committed
February 11, 2022
P
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin committed
February 8, 2022
February 2, 2022
P
bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)
Petr Viktorin committed
February 1, 2022
K
bpo-46564: do not create frame object for super object (GH-31002)
Kumar Aditya committed
January 27, 2022
V
bpo-40170: Remove PyHeapType_GET_MEMBERS() macro (GH-30942)
Victor Stinner committed
V
bpo-40170: PyType_SUPPORTS_WEAKREFS() becomes a regular function (GH-30938)
Victor Stinner committed
January 22, 2022
V
bpo-46417: Fix _PyStaticType_Dealloc() (GH-30810)
Victor Stinner committed
V
bpo-46417: Clear Unicode static types at exit (GH-30806)
Victor Stinner committed
V
bpo-46417: Cleanup typeobject.c code (GH-30795)
Victor Stinner committed
V
bpo-46417: remove_subclass() clears tp_subclasses (GH-30793)
Victor Stinner committed
V
bpo-46417: Fix race condition on setting type __bases__ (GH-30788)
Victor Stinner committed
January 21, 2022
V
bpo-46417: Add _PyType_GetSubclasses() function (GH-30761)
Victor Stinner committed
V
bpo-46417: Add _PyType_CAST() macro (GH-30760)
Victor Stinner committed
V
bpo-46417: Revert remove_subclass() change (GH-30750)
Victor Stinner committed
V
bpo-46417: Py_Finalize() clears static types (GH-30743)
Victor Stinner committed
V
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner committed
January 6, 2022
V
bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (GH-30422)
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 9, 2021
December 7, 2021
November 23, 2021
November 6, 2021
M
bpo-45392: Update the docstring of the 'type' built-in (GH-29439)
Mark Dickinson committed
November 4, 2021
I
bpo-45697: Use PyObject_TypeCheck in type_call (GH-29392)
Itamar Ostricher committed
October 21, 2021
P