COMMITS
/ Objects/object.c September 8, 2022
M
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-96353)
Miss Islington (bot) committed
March 7, 2022
P
[3.10] bpo-46940: Don't override existing AttributeError suggestion information (GH-31710) (GH-31724)
Pablo Galindo Salgado committed
July 17, 2021
M
[3.10] bpo-44654: Refactor and clean up the union type implementation (GH-27196) (GH-27219)
Miss Islington (bot) committed
April 14, 2021
P
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo committed
April 10, 2021
V
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Victor Stinner committed
April 8, 2021
V
bpo-43770: _PyTypes_Init() inits _PyAnextAwaitable_Type (GH-25266)
Victor Stinner committed
April 7, 2021
V
bpo-43770: _PyTypes_Init() inits more static types (GH-25265)
Victor Stinner committed
V
bpo-43770: Sort types in _PyTypes_Init() (GH-25263)
Victor Stinner committed
April 2, 2021
V
bpo-43688: Support the limited C API in debug mode (GH-25131)
Victor Stinner committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
November 24, 2020
H
bpo-40170: Hide impl detail of Py_TRASHCAN_BEGIN macro (GH-23235)
Hai Shi committed
November 5, 2020
V
bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152)
Victor Stinner committed
October 10, 2020
S
bpo-41991: Remove _PyObject_HasAttrId (GH-22629)
Serhiy Storchaka committed
October 7, 2020
S
Fix comment about PyObject_IsTrue. (GH-22343)
Stefan Pochmann committed
July 17, 2020
B
Fix a small grammatical mistake in a comment (GH-21526)
Brett Cannon committed
June 15, 2020
V
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Victor Stinner committed
June 10, 2020
V
bpo-39465: Use _PyInterpreterState_GET() (GH-20788)
Victor Stinner committed
V
bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
Victor Stinner committed
May 7, 2020
P
bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936)
Petr Viktorin committed
April 14, 2020
H
bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464)
Hai Shi committed
V
bpo-40268: Move struct _gc_runtime_state to pycore_gc.h (GH-19515)
Victor Stinner committed
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
April 7, 2020
V
bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)
Victor Stinner committed
V
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
Victor Stinner committed
April 6, 2020
V
bpo-40170: PyObject_GET_WEAKREFS_LISTPTR() becomes a function (GH-19377)
Victor Stinner committed
March 13, 2020
V
bpo-39947: Hide implementation detail of trashcan macros (GH-18971)
Victor Stinner committed
V
bpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972)
Victor Stinner committed
March 6, 2020
A
bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809)
Andy Lester committed
V
bpo-39873: Cleanup _PyObject_CheckConsistency() (GH-18807)
Victor Stinner committed
V
bpo-39873: PyObject_Init() uses PyObject_INIT() (GH-18804)
Victor Stinner committed
March 3, 2020
February 7, 2020
V
bpo-39573: Add Py_SET_SIZE() function (GH-18400)
Victor Stinner committed
V
bpo-39573: Use Py_TYPE() macro in object.c (GH-18398)
Victor Stinner committed
V
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner committed
V
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Victor Stinner committed
V
bpo-39573: Add Py_SET_REFCNT() function (GH-18389)
Victor Stinner committed
February 6, 2020
V
bpo-39573: Use Py_REFCNT() macro (GH-18388)
Victor Stinner committed
February 5, 2020
V
bpo-39542: Declare _Py_AddToAllObjects() in pycore_object.h (GH-18368)
Victor Stinner committed
V
bpo-39542: Make PyObject_INIT() opaque in limited C API (GH-18363)
Victor Stinner committed
V
bpo-39543: Remove unused _Py_Dealloc() macro (GH-18361)
Victor Stinner committed
V
bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346)
Victor Stinner committed
February 3, 2020
V
bpo-39542: Simplify _Py_NewReference() (GH-18332)
Victor Stinner committed
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
January 30, 2020
V
bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError() (GH-18278)
Victor Stinner committed
V
bpo-38631: Avoid Py_FatalError() in init_slotdefs() (GH-18263)
Victor Stinner committed
V
bpo-38631: Replace Py_FatalError() with _PyObject_ASSERT_FAILED_MSG() (GH-18258)
Victor Stinner committed
January 29, 2020
V
Remove deadcode in _Py_inc_count() (GH-18257)
Victor Stinner committed
November 20, 2019
V
bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)
Victor Stinner committed
November 5, 2019
J
bpo-37645: add new function _PyObject_FunctionStr() (GH-14890)
Jeroen Demeyer committed
November 4, 2019
V
bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997)
Victor Stinner committed