COMMITS
/ Include/internal/pycore_pystate.h February 19, 2021
V
bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)
Victor Stinner committed
June 3, 2020
V
bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599)
Victor Stinner committed
June 2, 2020
V
PyOS_AfterFork_Child() uses PyStatus (GH-20596)
Victor Stinner committed
June 1, 2020
V
bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571)
Victor Stinner committed
May 5, 2020
V
bpo-40522: _PyThreadState_Swap() sets autoTSSkey (GH-19939)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner committed
V
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Victor Stinner committed
April 13, 2020
V
bpo-40241: Add pycore_interp.h header (GH-19499)
Victor Stinner committed
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-40082: trip_signal() uses the main interpreter (GH-19441)
Victor Stinner committed
V
bpo-37127: Remove _pending_calls.finishing (GH-19439)
Victor Stinner committed
March 20, 2020
V
bpo-39946: Remove _PyThreadState_GetFrame (GH-19094)
Victor Stinner committed
V
bpo-40010: Optimize pending calls in multithreaded applications (GH-19091)
Victor Stinner committed
V
bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087)
Victor Stinner committed
March 19, 2020
V
bpo-39984: Move pending calls to PyInterpreterState (GH-19066)
Victor Stinner committed
March 17, 2020
V
bpo-39984: Add PyInterpreterState.ceval (GH-19047)
Victor Stinner committed
March 12, 2020
V
bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340)
Victor Stinner committed
March 6, 2020
V
bpo-39877: _PyRuntimeState.finalizing becomes atomic (GH-18816)
Victor Stinner committed
February 5, 2020
V
Add PyInterpreterState.fs_codec.utf8 (GH-18367)
Victor Stinner committed
December 17, 2019
V
bpo-38858: Small integer per interpreter (GH-17315)
Victor Stinner committed
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-36710: Add PyInterpreterState.runtime field (GH-17270)
Victor Stinner committed
November 7, 2019
V
bpo-36876: Moved Parser/listnode.c statics to interpreter state. (GH-16328)
Vinay Sajip committed
October 2, 2019
V
bpo-38353: Cleanup includes in the internal C API (GH-16548)
Victor Stinner committed
September 17, 2019
V
bpo-38070: Add _PyRuntimeState.preinitializing (GH-16245)
Victor Stinner 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 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 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
May 2, 2019
V
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
Victor Stinner committed
April 24, 2019
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 17, 2019
V
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
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 20, 2019
V
bpo-36301: Add _PyRuntime.pre_initialized (GH-12457)
Victor Stinner committed
March 19, 2019
V
bpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12435)
Victor Stinner committed
March 15, 2019
E
bpo-36124: Add PyInterpreterState.dict. (gh-12132)
Eric Snow committed