COMMITS
/ Python/pystate.c November 22, 2019
V
bpo-38858: _PyImport_FixupExtensionObject() handles subinterpreters (GH-17350)
Victor Stinner committed
November 20, 2019
V
bpo-38858: Add _Py_IsMainInterpreter(tstate) (GH-17293)
Victor Stinner committed
V
bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)
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
October 4, 2019
J
bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558)
Joannah Nanjekye committed
October 1, 2019
V
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Victor Stinner committed
V
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Victor Stinner committed
September 28, 2019
V
bpo-38304: Add PyConfig.struct_size (GH-16451)
Victor Stinner committed
September 11, 2019
B
closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007)
Benjamin Peterson committed
September 5, 2019
J
bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)
Joannah Nanjekye committed
August 30, 2019
M
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim committed
July 30, 2019
M
Fix typos in comments, docs and test names (#15018)
Min ho Kim committed
June 25, 2019
V
bpo-37392: Remove sys.setcheckinterval() (GH-14355)
Victor Stinner committed
June 19, 2019
V
bpo-36710: Use tstate in pylifecycle.c (GH-14249)
Victor Stinner committed
V
bpo-36710: Add tstate parameter in import.c (GH-14218)
Victor Stinner committed
June 4, 2019
V
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner committed
June 3, 2019
V
June 1, 2019
E
E
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
Eric Snow committed
May 28, 2019
M
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577)
Matthias Bussonnier committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
May 22, 2019
V
bpo-36763: Add _PyPreConfig._config_init (GH-13481)
Victor Stinner committed
May 17, 2019
V
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Victor Stinner committed
V
bpo-36763: Add PyMemAllocatorName (GH-13387)
Victor Stinner committed
May 10, 2019
V
bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934)
Victor Stinner committed
E
bpo-36737: Use the module state C-API for warnings. (gh-13159)
Eric Snow committed
April 26, 2019
V
bpo-36710: Fix compiler warning on PyThreadState_Delete() (GH-12962)
Victor Stinner committed
April 25, 2019
V
bpo-36710: Add runtime variable in pystate.c (GH-12956)
Victor Stinner committed
April 24, 2019
V
bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939)
Victor Stinner committed
V
bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937)
Victor Stinner committed
V
bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936)
Victor Stinner committed
V
bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935)
Victor Stinner committed
April 12, 2019
E
E
March 27, 2019
V
bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)
Victor Stinner committed
March 23, 2019
V
bpo-36301: Add _PyRuntimeState.preconfig (GH-12506)
Victor Stinner committed
March 19, 2019
S
bpo-36333: Fix leak _PyRuntimeState_Fini (GH-12400)
Stéphane Wirtel committed
March 15, 2019
E
bpo-36124: Add PyInterpreterState.dict. (gh-12132)
Eric Snow committed
March 9, 2019
E
bpo-33608: Make sure locks in the runtime are properly re-created. (gh-12245)
Eric Snow committed
E
bpo-33608: Minor cleanup related to pending calls. (gh-12247)
Eric Snow committed
March 4, 2019
V
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159)
Victor Stinner committed
March 1, 2019
February 24, 2019
E