Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345) | Eric Snow | 2022-02-28 | 1 | -20/+35 |
| | | | https://bugs.python.org/issue46753 | ||||
* | bpo-46008: Make runtime-global object/type lifecycle functions and state ↵ | Eric Snow | 2021-12-09 | 1 | -0/+37 |
| | | | | | | | | | | | | consistent. (gh-29998) This change is strictly renames and moving code around. It helps in the following ways: * ensures type-related init functions focus strictly on one of the three aspects (state, objects, types) * passes in PyInterpreterState * to all those functions, simplifying work on moving types/objects/state to the interpreter * consistent naming conventions help make what's going on more clear * keeping API related to a type in the corresponding header file makes it more obvious where to look for it https://bugs.python.org/issue46008 | ||||
* | 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 |
| | | | | Ths commit inlines calls to Python functions in the eval loop and steals all the arguments in the call from the caller for performance. | ||||
* | 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 |