summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_runtime_init.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003)Inada Naoki2022-04-041-0/+1
* bpo-47067: Optimize calling GenericAlias objects (GH-31996)penguin_wwy2022-03-211-0/+1
* bpo-44796: Unify TypeVar and ParamSpec substitution (GH-31143)Serhiy Storchaka2022-03-111-0/+1
* bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)Kumar Aditya2022-03-091-13/+281
* bpo-46841: Use inline caching for calls (GH-31709)Brandt Bucher2022-03-071-0/+2
* bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)Eric Snow2022-02-281-0/+4
* bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects...Eric Snow2022-02-231-0/+32
* bpo-46541: Discover the global strings. (gh-31346)Eric Snow2022-02-151-6/+5
* bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...Eric Snow2022-02-081-1/+312
* bpo-46541: Generate the global objects initializer. (gh-30941)Eric Snow2022-01-271-0/+3
* bpo-45953: Statically initialize all the non-object PyInterpreterState fields...Eric Snow2022-01-141-0/+27
* bpo-45953: Statically initialize all the PyThreadState fields we can. (gh-30590)Eric Snow2022-01-141-0/+2
* Statically initialize _PyRuntimeState fields. (gh-30588)Eric Snow2022-01-131-0/+11
* bpo-46370: Move the static initializer for _PyRuntime to its own header file....Eric Snow2022-01-131-0/+590