COMMITS
/ Python/pylifecycle.c July 3, 2020
K
July 1, 2020
V
bpo-1635741: Release Unicode interned strings at exit (GH-21269)
Victor Stinner committed
V
bpo-40521: Cleanup finalize_interp_types() (GH-21265)
Victor Stinner committed
June 25, 2020
V
bpo-40521: Optimize PyBytes_FromStringAndSize(str, 0) (GH-21142)
Victor Stinner committed
June 24, 2020
V
bpo-40521: Always create the empty tuple singleton (GH-21116)
Victor Stinner committed
June 23, 2020
V
bpo-40521: Make empty Unicode string per interpreter (GH-21096)
Victor Stinner committed
V
bpo-40521: Make MemoryError free list per interpreter (GH-21086)
Victor Stinner committed
R
bpo-40521: Empty frozenset is no longer a singleton (GH-21085)
Raymond Hettinger committed
V
Call _PyWarnings_InitState() in subinterpreters (GH-21078)
Victor Stinner committed
V
bpo-40521: Make bytes singletons per interpreter (GH-21074)
Victor Stinner committed
V
bpo-40521: Make the empty frozenset per interpreter (GH-21068)
Victor Stinner committed
V
bpo-40521: Make dict free lists per-interpreter (GH-20645)
Victor Stinner committed
June 17, 2020
V
bpo-41006: Remove init_sys_streams() hack (GH-20954)
Victor Stinner committed
June 11, 2020
P
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo committed
June 8, 2020
V
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
Victor Stinner committed
June 7, 2020
V
bpo-40887: Fix finalize_interp_clear() for free lists (GH-20698)
Victor Stinner committed
June 5, 2020
V
bpo-40521: Make context free list per-interpreter (GH-20644)
Victor Stinner committed
V
bpo-40521: Make async gen free lists per-interpreter (GH-20643)
Victor Stinner committed
V
bpo-40521: Make list free list per-interpreter (GH-20642)
Victor Stinner committed
June 4, 2020
V
bpo-40521: Make frame free list per-interpreter (GH-20638)
Victor Stinner committed
V
bpo-40521: Make slice cache per-interpreter (GH-20637)
Victor Stinner committed
V
bpo-40521: Make float free list per-interpreter (GH-20636)
Victor Stinner committed
V
bpo-40521: Make tuple free list per-interpreter (GH-20247)
Victor Stinner committed
May 5, 2020
V
bpo-40513: Per-interpreter GIL (GH-19943)
Victor Stinner committed
V
bpo-40513: new_interpreter() init GIL earlier (GH-19942)
Victor Stinner committed
May 1, 2020
V
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove unused imports in pylifecycle.c (GH-19533)
Victor Stinner committed
V
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner committed
V
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Victor Stinner committed
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
V
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner committed
April 13, 2020
V
bpo-40268: Add pycore_runtime.h header file (GH-19493)
Victor Stinner committed
V
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Victor Stinner committed
April 8, 2020
V
bpo-40226: PyInterpreterState_Delete() deletes pending calls (GH-19436)
Victor Stinner committed
March 31, 2020
V
Document most common signals (GH-19245)
Victor Stinner committed
March 26, 2020
V
bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180)
Victor Stinner committed
March 25, 2020
V
bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)
Victor Stinner committed
March 19, 2020
V
bpo-39984: Move pending calls to PyInterpreterState (GH-19066)
Victor Stinner committed
March 18, 2020
V
bpo-39984: Pass tstate to _PyEval_SignalAsyncExc() (GH-19049)
Victor Stinner committed
March 12, 2020
A
Remove unused args from two pylifecycle.c functions (GH-18867)
Andy Lester committed
March 10, 2020
V
bpo-38631: _PyGILState_Init() returns PyStatus (GH-18908)
Victor Stinner committed
March 9, 2020
V
bpo-19466: Py_Finalize() clears daemon threads earlier (GH-18848)
Victor Stinner committed
V
bpo-39877: Py_Initialize() pass tstate to PyEval_InitThreads() (GH-18884)
Victor Stinner committed
March 8, 2020
V
bpo-39877: Fix PyEval_RestoreThread() for daemon threads (GH-18811)
Victor Stinner committed
March 6, 2020
V
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner committed
V
bpo-39877: _PyRuntimeState.finalizing becomes atomic (GH-18816)
Victor Stinner committed
March 5, 2020
V
Add a comment to _Py_RestoreSignals() (GH-18792)
Victor Stinner committed
March 2, 2020
V
bpo-39796: Fix _warnings module initialization (GH-18739)
Victor Stinner committed
February 3, 2020
V
bpo-39542: Move object.h debug functions to internal C API (GH-18331)
Victor Stinner committed