COMMITS
/ Python/ceval.c April 14, 2020
V
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
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
V
bpo-40226: PyInterpreterState_Delete() deletes pending calls (GH-19436)
Victor Stinner committed
V
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Victor Stinner committed
March 27, 2020
V
bpo-38644: Use _PySys_Audit(): pass tstate explicitly (GH-19183)
Victor Stinner committed
March 26, 2020
V
bpo-38644: Pass tstate explicitly in signalmodule.c (GH-19184)
Victor Stinner committed
Z
bpo-38410: Properly handle PySys_Audit() failures (GH-16657)
Zackery Spytz 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
V
bpo-40010: Pass tstate to ceval GIL functions (GH-19077)
Victor Stinner committed
March 19, 2020
V
bpo-40010: Optimize signal handling in multithreaded applications (GH-19067)
Victor Stinner committed
V
bpo-39984: Move pending calls to PyInterpreterState (GH-19066)
Victor Stinner committed
March 18, 2020
V
bpo-39984: trip_signal() uses PyGILState_GetThisThreadState() (GH-19061)
Victor Stinner committed
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
V
bpo-39984: Pass tstate to handle_signals() (GH-19050)
Victor Stinner committed
March 17, 2020
V
bpo-39984: Add PyInterpreterState.ceval (GH-19047)
Victor Stinner committed
March 16, 2020
V
bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977)
Victor Stinner committed
March 13, 2020
V
bpo-35370: Add _PyEval_SetTrace() function (GH-18975)
Victor Stinner committed
March 12, 2020
V
bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340)
Victor Stinner committed
March 10, 2020
V
bpo-39877: Deprecate PyEval_InitThreads() (GH-18892)
Victor Stinner committed
March 9, 2020
V
bpo-39877: PyGILState_Ensure() don't call PyEval_InitThreads() (GH-18891)
Victor Stinner committed
V
bpo-39877: Refactor take_gil() function (GH-18885)
Victor Stinner committed
V
bpo-39877: Py_Initialize() pass tstate to PyEval_InitThreads() (GH-18884)
Victor Stinner committed
V
bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883)
Victor Stinner committed
March 8, 2020
V
bpo-39877: Fix PyEval_RestoreThread() for daemon threads (GH-18811)
Victor Stinner committed
March 6, 2020
V
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner committed
V
bpo-39877: _PyRuntimeState.finalizing becomes atomic (GH-18816)
Victor Stinner committed
March 4, 2020
A
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester committed
February 21, 2020
D
Reuse identifier of PREDICT macros as PREDICT_ID (GH-17155)
Denis Chernikov committed
February 12, 2020
A
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Andy Lester committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
February 7, 2020
V
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Victor Stinner committed
V
bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
Victor Stinner committed
January 30, 2020
H
V
bpo-38631: Replace Py_FatalError() with assert() in ceval.c (GH-18279)
Victor Stinner committed
January 28, 2020
D
bpo-38960: DTrace build fix for FreeBSD. (GH-17451)
David Carlier committed
V
bpo-38644: Pass tstate in ceval.c (GH-18222)
Victor Stinner committed
January 27, 2020
M
bpo-39320: Handle unpacking of **values in compiler (GH-18141)
Mark Shannon committed
January 23, 2020
M
bpo-39320: Handle unpacking of *values in compiler (GH-17984)
Mark Shannon committed
January 14, 2020
G
bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)
Géry Ogam committed
M
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
Mark Shannon committed
January 13, 2020
V
bpo-38644: Pass tstate to _Py_FinishPendingCalls() (GH-17990)
Victor Stinner committed
M
Cleanup exit code for interpreter. (GH-17756)
Mark Shannon committed
January 10, 2020
P
bpo-39166: Fix trace of last iteration of async for loops (#17800)
Pablo Galindo committed
January 2, 2020
P
bpo-39114: Fix tracing of except handlers with name binding (GH-17769)
Pablo Galindo committed
November 21, 2019
November 20, 2019
V
bpo-36710: Add PyInterpreterState.runtime field (GH-17270)
Victor Stinner committed