COMMITS
/ Python/ceval.c January 22, 2025
M
GH-128682: Change a couple of functions to only steal references on success. (GH-129132)
Mark Shannon committed
January 21, 2025
K
gh-128563: Move lltrace into the frame struct (GH-129113)
Ken Jin committed
M
GH-128563: Add new frame owner type for interpreter entry frames (GH-129078)
Mark Shannon committed
January 17, 2025
January 12, 2025
P
gh-128717: Stop-the-world when setting the recursion limit (#128741)
Peter Bierma committed
December 20, 2024
N
M
GH-127705: Add debug mode for `_PyStackRef`s inspired by HPy debug mode (GH-128121)
Mark Shannon committed
S
December 13, 2024
M
GH-126833: Dumps graphviz representation of executor graph. (GH-126880)
Mark Shannon committed
December 10, 2024
S
gh-127651: Use __file__ in diagnostics if origin is missing (#127660)
Shantanu committed
December 3, 2024
N
gh-115999: Specialize `LOAD_SUPER_ATTR` in free-threaded builds (gh-127128)
Neil Schemenauer committed
December 2, 2024
M
GH-126491: GC: Mark objects reachable from roots before doing cycle collection (GH-127110)
Mark Shannon committed
November 25, 2024
S
gh-127022: Remove `_PyEvalFramePushAndInit_UnTagged` (gh-127168)
Sam Gross committed
November 21, 2024
E
gh-114940: Add _Py_FOR_EACH_TSTATE_UNLOCKED(), and Friends (gh-127077)
Eric Snow committed
November 19, 2024
P
gh-126076: Account for relocated objects in tracemalloc (#126077)
Pablo Galindo Salgado committed
H
Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle collection (GH-126502)" (#126983)
Hugo van Kemenade committed
November 18, 2024
M
GH-126491: GC: Mark objects reachable from roots before doing cycle collection (GH-126502)
Mark Shannon committed
November 4, 2024
October 24, 2024
S
S
gh-124218: Avoid refcount contention on builtins module (GH-125847)
Sam Gross committed
October 21, 2024
P
gh-125703: Correctly honour tracemalloc hooks on more PyDECREF specialized paths (#125712)
Pablo Galindo Salgado committed
October 18, 2024
E
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow committed
October 17, 2024
M
gh-123153: Fix PGO builds with free-threading on Windows (#125607)
Michael Droettboom committed
October 16, 2024
M
gh-125217: Turn off optimization around_PyEval_EvalFrameDefault to avoid MSVC crash (#125477)
Michael Droettboom committed
October 9, 2024
V
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Victor Stinner committed
October 7, 2024
M
GH-119866: Spill the stack around escaping calls. (GH-124392)
Mark Shannon committed
September 24, 2024
S
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Sam Gross committed
September 23, 2024
M
GH-124284: Add stats for refcount operations on immortal objects (GH-124288)
Mark Shannon committed
September 13, 2024
K
gh-121459: Deferred LOAD_GLOBAL (GH-123128)
Ken Jin committed
September 12, 2024
S
September 10, 2024
T
gh-122239: Add actual count in unbalanced unpacking error message when possible (#122244)
Tushar Sadhwani committed
August 23, 2024
S
gh-117376: Make `Py_DECREF` a macro in ceval.c in free-threaded build (#122975)
Sam Gross committed
August 20, 2024
M
GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)
Mark Shannon committed
August 6, 2024
V
gh-122728: Fix SystemError in PyEval_GetLocals() (#122735)
Victor Stinner committed
August 2, 2024
M
GH-117224: Move the body of a few large-ish micro-ops into helper functions (GH-122601)
Mark Shannon committed
July 29, 2024
B
GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122413)
Brandt Bucher committed
July 26, 2024
M
GH-121131: Clean up and fix some instrumented instructions. (GH-121132)
Mark Shannon committed
July 18, 2024
B
GH-118093: Add tier two support to several instructions (GH-121884)
Brandt Bucher committed
M
GH-120024: Use pointer for stack pointer (GH-121923)
Mark Shannon committed
July 16, 2024
T
gh-118934: Make PyEval_GetLocals return borrowed reference (#119769)
Tian Gao committed
July 8, 2024
M
gh-121338: Remove #pragma optimize (#121340)
Michael Droettboom committed
July 2, 2024
S
gh-117139: Add _PyTuple_FromStackRefSteal and use it (#121244)
Sam Gross committed
July 1, 2024
B
GH-116017: Get rid of _COLD_EXITs (GH-120960)
Brandt Bucher committed
June 28, 2024
K
gh-117139: Fix a few wrong steals in bytecodes.c (GH-121127)
Ken Jin committed
June 26, 2024
K
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin committed
June 24, 2024
I
gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)
Irit Katriel committed
June 18, 2024
M
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#120640)
Mark Shannon committed
June 4, 2024
X
Fix typos in documentation and comments (#119763)
Xie Yanbo committed
May 21, 2024
I
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring (#119216)
Irit Katriel committed
May 6, 2024
N
gh-118613: Fix error handling of `_PyEval_GetFrameLocals` in `ceval.c` (#118614)
Nikita Sobolev committed