COMMITS
/ Include/internal/pycore_tuple.h July 23, 2023
V
gh-106320: Remove _PyTuple_MaybeUntrack() C API (#107143)
Victor Stinner committed
April 27, 2023
E
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow committed
December 9, 2022
K
GH-100110: Specialize FOR_ITER for tuples (GH-100109)
Ken Jin committed
November 28, 2022
V
Use _Py_RVALUE() in macros (#99844)
Victor Stinner committed
February 28, 2022
E
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
Eric Snow committed
December 9, 2021
October 9, 2021
P
bpo-45256: Remove the usage of the C stack in Python to Python calls (GH-28488)
Pablo Galindo Salgado committed
May 25, 2021
E
bpo-44231: Don't export internal _PyTuple_FromArray() symbol (GH-26352)
Erlend Egeberg Aasland committed
June 22, 2020
V
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Victor Stinner committed