COMMITS
/ Python/pystate.c October 5, 2022
M
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
Mark Shannon committed
September 13, 2022
September 9, 2022
K
Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)
Kumar Aditya committed
September 6, 2022
M
GH-96569: Add two NULL checks to avoid undefined behavior. (GH-96585)
Mark Shannon committed
August 19, 2022
K
GH-96071: fix deadlock in PyGILState_Ensure (GH-96124)
Kumar Aditya committed
August 16, 2022
K
GH-95909: Make `_PyArg_Parser` initialization thread safe (GH-95958)
Kumar Aditya committed
August 11, 2022
M
GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886)
Mark Shannon committed
June 20, 2022
June 17, 2022
V
gh-77782: Py_FdIsInteractive() now uses PyConfig.interactive (#93916)
Victor Stinner committed
May 27, 2022
E
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow committed
March 23, 2022
I
bpo-46864: Suppress deprecation warnings for ob_shash. (GH-32042)
Inada Naoki committed
March 15, 2022
M
bpo-45923: Decouple suspension of tracing from tracing flag. (GH-31908)
Mark Shannon committed
February 25, 2022
V
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner committed
February 24, 2022
V
bpo-45459: C API uses type names rather than structure names (GH-31528)
Victor Stinner committed
February 3, 2022
M
Pass reference to func, as well as args, when pushing frame. (GH-31100)
Mark Shannon committed
February 2, 2022
M
bpo-46072: Add some frame stats. (GH-31060)
Mark Shannon committed
February 1, 2022
January 14, 2022
January 13, 2022
E
Statically initialize _PyRuntimeState fields. (gh-30588)
Eric Snow committed
January 12, 2022
December 28, 2021
B
bpo-46090: Allow PyThreadState.datastack_* members to be NULL (GH-30234)
Brandt Bucher committed
December 17, 2021
I
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Irit Katriel committed
December 8, 2021
E
bpo-46008: Move Py*State init into distinct functions. (gh-29977)
Eric Snow committed
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
December 7, 2021
E
bpo-46008: Use PyMem_RawCalloc() to allocate PyThreadState. (GH-29972)
Eric Snow committed
E
bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)
Eric Snow committed
E
bpo-46008: Return void from _PyEval_InitState(). (gh-29970)
Eric Snow committed
November 25, 2021
November 23, 2021
November 17, 2021
S
November 16, 2021
M
bpo-45753: Make recursion checks more efficient. (GH-29524)
Mark Shannon committed
October 28, 2021
M
bpo-45256: Rationalize code around Python-to-Python calls a bit. (GH-29235)
Mark Shannon committed
M
bpo-45637: Store the frame pointer in the cframe (GH-29267)
Mark Shannon 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
October 11, 2021
M
Restore PEP 523 functionality. (GH-28871)
Mark Shannon committed
August 25, 2021
M
bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933)
Mark Shannon committed
July 26, 2021
M
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon committed
June 10, 2021
M
bpo-44348: Move trace-info to thread-state (GH-26623)
Mark Shannon committed
May 26, 2021
G
bpo-43879: Add native_thread_id field to PyThreadState (GH-25458)
Gabriele N. Tornetta committed
May 24, 2021
M
bpo-44032: Delay deletion of stack chunks until thread state is deleted. (GH-26285)
Mark Shannon committed
May 21, 2021
M
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon committed
April 30, 2021
M
bpo-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon committed
April 28, 2021
V
bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)
Victor Stinner committed
April 13, 2021
M
bpo-43760: Speed up check for tracing in interpreter dispatch (#25276)
Mark Shannon committed
March 10, 2021
V
bpo-43311: Create GIL autoTSSkey ealier (GH-24819)
Victor Stinner committed