COMMITS
/ Python/pystate.c March 11, 2025
D
[3.11] gh-106883 Fix deadlock in threaded application (#117332)
Diego Russo committed
September 11, 2023
V
[3.11] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#109272)
Victor Stinner committed
September 8, 2023
V
[3.11] gh-104690: thread_run() checks for tstate dangling pointer (#109056) (#109134)
Victor Stinner committed
February 25, 2023
K
[3.11] GH-102126: fix deadlock at shutdown when clearing thread state… (#102234)
Kumar Aditya committed
November 9, 2022
M
GH-99205: Mark new interpreters and threads as non-static (GH-99268)
Miss Islington (bot) committed
September 13, 2022
M
GH-96754: Check whether the interpreter frame is complete before creating frame object. (GH-96776) (#96787)
Miss Islington (bot) committed
September 10, 2022
M
Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)
Miss Islington (bot) committed
September 8, 2022
M
[3.11] GH-96569: Avoid undefined behavior (#96616)
Mark Shannon committed
August 19, 2022
M
GH-96071: fix deadlock in PyGILState_Ensure (GH-96124) (#96129)
Miss Islington (bot) committed
August 12, 2022
M
GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886) (#95890)
Miss Islington (bot) committed
May 28, 2022
E
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