COMMITS
/ Objects/object.c December 3, 2024
M
[3.12] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-125205)
Miss Islington (bot) committed
September 27, 2024
P
December 7, 2023
V
[3.12] gh-112125: Fix None.__ne__(None) returning NotImplemented instead of … (#112827)
Victor Stinner committed
August 16, 2023
E
August 5, 2023
August 3, 2023
M
[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567) (#107599)
Miss Islington (bot) committed
July 27, 2023
M
[3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258) (gh-107303)
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
July 5, 2023
M
[3.12] gh-105340: include hidden fast-locals in locals() (GH-105715) (#106470)
Miss Islington (bot) committed
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