COMMITS
/ Python/pystate.c 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
February 26, 2021
B
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher committed
February 19, 2021
V
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner committed
V
bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)
Victor Stinner committed
February 4, 2021
K
bpo-42882: Fix MSVC warnings in pystate.c (GH-24440)
Ken Jin committed
January 12, 2021
V
bpo-42882: _PyRuntimeState_Init() leaves unicode next_index unchanged (GH-24193)
Victor Stinner committed
December 26, 2020
V
bpo-42745: Make the type cache per-interpreter (GH-23947)
Victor Stinner committed
December 25, 2020
V
bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058)
Victor Stinner committed
December 15, 2020
V
bpo-42639: Move atexit state to PyInterpreterState (GH-23763)
Victor Stinner committed
December 2, 2020
M
bpo-42500: Fix recursion in or after except (GH-23568)
Mark Shannon committed
November 4, 2020
V
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
Victor Stinner committed
November 3, 2020
V
bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131)
Victor Stinner committed
November 2, 2020
J
bpo-41435: Add sys._current_exceptions() function (GH-21689)
Julien Danjou committed
October 30, 2020
V
bpo-42208: Call GC collect earlier in PyInterpreterState_Clear() (GH-23044)
Victor Stinner committed
October 5, 2020
S
bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
Serhiy Storchaka committed
August 12, 2020
H
June 13, 2020
A
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
An Long 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 29, 2020
V
bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781)
Victor Stinner committed
April 17, 2020
V
bpo-40302: Replace PY_INT64_T with int64_t (GH-19573)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Victor Stinner committed
April 14, 2020
D
bpo-40232: Update PyOS_AfterFork_Child() to use _PyThread_at_fork_reinit() (GH-19450)
Dong-hee Na committed
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
V
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner committed
April 13, 2020
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-40226: PyInterpreterState_Delete() deletes pending calls (GH-19436)
Victor Stinner committed
March 26, 2020
V
bpo-38644: Make tstate more explicit inside pystate.c (GH-19182)
Victor Stinner committed
March 25, 2020
V
bpo-39947: Add PyThreadState_GetID() function (GH-19163)
Victor Stinner committed
V
bpo-39947: Add _PyThreadState_GetDict() function (GH-19160)
Victor Stinner committed
V
bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)
Victor Stinner committed
A
Use calloc-based functions, not malloc. (GH-19152)
Andy Lester committed
March 24, 2020
V
bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120)
Victor Stinner committed
March 20, 2020
V
bpo-39946: Remove _PyThreadState_GetFrame (GH-19094)
Victor Stinner committed
V
bpo-39947: Add PyThreadState_GetFrame() function (GH-19092)
Victor Stinner committed
V
bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087)
Victor Stinner committed
March 18, 2020
V
bpo-39984: Pass tstate to _PyEval_SignalAsyncExc() (GH-19049)
Victor Stinner committed
V
bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051)
Victor Stinner committed
March 17, 2020
V
bpo-39984: Add PyInterpreterState.ceval (GH-19047)
Victor Stinner committed