Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-106320: Remove _PyTuple_MaybeUntrack() C API (#107143) | Victor Stinner | 2023-07-23 | 1 | -2/+2 |
* | gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940) | Eric Snow | 2023-04-27 | 1 | -1/+0 |
* | GH-100110: Specialize FOR_ITER for tuples (GH-100109) | Ken Jin | 2022-12-09 | 1 | -0/+7 |
* | Use _Py_RVALUE() in macros (#99844) | Victor Stinner | 2022-11-28 | 1 | -1/+1 |
* | bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345) | Eric Snow | 2022-02-28 | 1 | -20/+35 |
* | bpo-46008: Make runtime-global object/type lifecycle functions and state cons... | Eric Snow | 2021-12-09 | 1 | -0/+37 |
* | bpo-45256: Remove the usage of the C stack in Python to Python calls (GH-28488) | Pablo Galindo Salgado | 2021-10-09 | 1 | -0/+1 |
* | bpo-44231: Don't export internal _PyTuple_FromArray() symbol (GH-26352) | Erlend Egeberg Aasland | 2021-05-25 | 1 | -1/+1 |
* | bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) | Victor Stinner | 2020-06-22 | 1 | -0/+20 |