Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345) | Eric Snow | 2022-02-28 | 1 | -0/+4 |
* | bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g... | Eric Snow | 2022-02-08 | 1 | -0/+4 |
* | bpo-46370: Move the static initializer for _PyRuntime to its own header file.... | Eric Snow | 2022-01-13 | 1 | -568/+1 |
* | bpo-45953: Statically allocate the main interpreter (and initial thread state... | Eric Snow | 2022-01-12 | 1 | -4/+0 |
* | bpo-45953: Statically allocate and initialize global bytes objects. (gh-30096) | Eric Snow | 2022-01-11 | 1 | -0/+280 |
* | bpo-45953: Statically initialize the small ints. (gh-30092) | Eric Snow | 2021-12-14 | 1 | -0/+337 |