COMMITS
/ Python/pylifecycle.c 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
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
January 13, 2020
V
bpo-38644: Pass tstate to _Py_FinishPendingCalls() (GH-17990)
Victor Stinner committed
January 9, 2020
A
closes bpo-39261: Remove dead assignment from pyinit_config. (GH-17907)
Alex Henrie committed
January 1, 2020
J
bpo-13601: always use line-buffering for sys.stderr (GH-17646)
Jendrik Seipp committed
December 17, 2019
V
bpo-38858: Small integer per interpreter (GH-17315)
Victor Stinner committed
December 8, 2019
V
bpo-38858: Fix ref leak in pycore_interp_init() (GH-17512)
Victor Stinner committed
December 6, 2019
V
bpo-38858: Add pycore_interp_init() code to factorize code (GH-17483)
Victor Stinner committed
V
bpo-38858: new_interpreter() reuses _PySys_Create() (GH-17481)
Victor Stinner committed
December 5, 2019
P
Remove unused variable in Python/pylifecycle.c (GH-17475)
Pablo Galindo committed
December 4, 2019
P
bpo-38962: Fix reference leak in the per-subinterpreter gc (GH-17457)
Pablo Galindo committed
P
bpo-38962: Fix reference leak in new_interpreter() (GH-17453)
Pablo Galindo committed
November 22, 2019
V
bpo-38858: new_interpreter() uses pycore_init_import_warnings() (GH-17353)
Victor Stinner committed
V
bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351)
Victor Stinner committed
V
bpo-38858: Add init_interp_main() subfunction (GH-17347)
Victor Stinner committed
V
bpo-38858: Add init_set_builtins_open() subfunction (GH-17346)
Victor Stinner committed
V
bpo-38858: Call _PyUnicode_Fini() in Py_EndInterpreter() (GH-17330)
Victor Stinner committed
V
bpo-36854: Fix refleak in subinterpreter (GH-17331)
Victor Stinner committed
November 20, 2019
V
bpo-38858: Fix Py_Finalize() when called from a subinterpreter (GH-17297)
Victor Stinner committed
V
bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284)
Victor Stinner committed
V
bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)
Victor Stinner committed
V
bpo-38858: Fix reference leak in pycore_init_types() (GH-17286)
Victor Stinner committed
V
bpo-36854: Clear the current thread later (GH-17279)
Victor Stinner committed
V
bpo-38858: Factorize Py_EndInterpreter() code (GH-17273)
Victor Stinner committed
V
bpo-36710: Add PyInterpreterState.runtime field (GH-17270)
Victor Stinner committed
V
bpo-38631: Avoid Py_FatalError() in handle_legacy_finalizers() (GH-17266)
Victor Stinner committed
November 19, 2019
V
bpo-38858: Reorganize pycore_init_types() (GH-17265)
Victor Stinner committed