COMMITS
/ Include/internal/pycore_pystate.h May 27, 2022
E
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow committed
April 6, 2022
V
Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)" (GH-32343)
Victor Stinner committed
April 1, 2022
V
bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API (GH-32054)
Victor Stinner committed
March 15, 2022
M
bpo-45923: Decouple suspension of tracing from tracing flag. (GH-31908)
Mark Shannon committed
March 3, 2022
V
bpo-45459: Use type names in the internal C API (GH-31669)
Victor Stinner committed
December 8, 2021
E
bpo-46008: Add _PyInterpreterState_Main(). (gh-29978)
Eric Snow committed
E
bpo-46008: Stop calling _PyThreadState_Init() in new_threadstate(). (gh-29973)
Eric Snow committed
October 18, 2021
V
bpo-43760: Rename _PyThreadState_DisableTracing() (GH-29032)
Victor Stinner committed
October 15, 2021
V
bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)
Victor Stinner committed
October 13, 2021
V
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Victor Stinner committed
September 27, 2021
E
bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
Eric Snow committed
July 26, 2021
M
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon committed
May 21, 2021
M
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon committed
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