COMMITS
/ Objects/object.c May 18, 2023
J
gh-104549: Set __module__ on TypeAliasType (#104550)
Jelle Zijlstra committed
May 16, 2023
J
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra committed
May 4, 2023
J
gh-102500: Implement PEP 688 (#102521)
Jelle Zijlstra committed
I
gh-104066: Improve performance of hasattr for module objects (#104063)
Itamar Ostricher committed
May 3, 2023
I
gh-104078: Improve performance of PyObject_HasAttrString (#104079)
Itamar Ostricher committed
May 2, 2023
April 28, 2023
E
gh-94673: Fix _PyTypes_InitTypes() and get_type_attr_as_size() (gh-103961)
Eric Snow committed
April 27, 2023
E
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow committed
April 24, 2023
E
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow committed
A
gh-103712: Increase the length of the type name in AttributeError messages (#103713)
Alex Gaynor committed
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
April 17, 2023
A
gh-103092: Isolate winreg (#103250)
AN Long committed
April 12, 2023
M
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Mark Shannon committed
April 7, 2023
N
gh-102213: Revert "gh-102213: Optimize the performance of `__getattr__` (GH-102248)" (GH-103332)
Nikita Sobolev committed
March 21, 2023
E
gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545)
Eric Snow committed
March 20, 2023
E
gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)
Eric Snow committed
March 11, 2023
W
gh-102213: Optimize the performance of `__getattr__` (GH-102248)
wangxiang-hz committed
March 8, 2023
E
gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514)
Eric Snow committed
I
February 9, 2023
D
gh-101430: Update tracemalloc to handle presize properly. (gh-101745)
Dong-hee Na committed
February 8, 2023
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
January 23, 2023
E
December 23, 2022
P
gh-92216: improve performance of `hasattr` for type objects (GH-99979)
Pieter Eendebak committed
December 16, 2022
Y
gh-99540: Constant hash for _PyNone_Type to aid reproducibility (GH-99541)
yonillasky committed
November 29, 2022
V
gh-99845: Clean up _PyObject_VAR_SIZE() usage (#99847)
Victor Stinner committed
November 15, 2022
E
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
Victor Stinner committed
October 20, 2022
M
gh-98421: Clean Up PyObject_Print (GH-98422)
MonadChains committed
September 8, 2022
P
September 7, 2022
K
GH-90699: use statically allocated interned strings in typeobject's slotdefs (GH-94706)
Kumar Aditya committed
August 15, 2022
M
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)
Mark Shannon committed
August 9, 2022
August 1, 2022
M
GH-95245: Store object values and dict pointers in single tagged pointer. (GH-95278)
Mark Shannon committed
July 25, 2022
E
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Eric Snow committed
June 19, 2022
V
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner committed
May 25, 2022
V
gh-93202: Always use %zd printf formatter (#93201)
Victor Stinner committed
May 19, 2022
K
GH-92955: fix memory leak in code object lines and positions iterators (gh-92956)
Kumar Aditya committed
May 14, 2022
K
GH-92804: Fix memory leak in memoryview iterator (gh-92805)
Kumar Aditya committed
May 11, 2022
V
gh-89653: PEP 670: Convert pycore_gc.h macros to functions (#92649)
Victor Stinner committed
May 5, 2022
May 4, 2022
V
Use static inline function Py_EnterRecursiveCall() (#91988)
Victor Stinner committed
April 21, 2022
V
gh-89373: _Py_Dealloc() checks tp_dealloc exception (#32357)
Victor Stinner committed
April 20, 2022
D
gh-91632: Fix generic_alias_iterator to be finalized at exit. (GH-91727)
Dong-hee Na committed
April 19, 2022
D
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
Dennis Sweeney committed
April 18, 2022
K
gh-91576: Speed up iteration of strings (#91574)
Kumar Aditya committed
March 18, 2022
V
bpo-45786: Remove _PyFrame_Fini() and _PyFrame_DebugMallocStats() (GH-31874)
Victor Stinner committed
March 7, 2022
P
bpo-46940: Don't override existing AttributeError suggestion information (GH-31710)
Pablo Galindo Salgado committed
February 26, 2022
V
bpo-46857: Fix refleak in OSError INIT_ALIAS() (GH-31594)
Victor Stinner committed
February 25, 2022
V
bpo-1635741: Fix winreg reference leaks (GH-31560)
Victor Stinner committed
February 8, 2022