COMMITS
/ Lib/test/test_frame.py April 1, 2025
M
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage committed
February 19, 2025
January 31, 2025
V
gh-93649: Move PyFrame C API tests to test_capi (#129512)
Victor Stinner committed
January 22, 2025
Y
October 21, 2024
September 25, 2024
V
gh-124513: Check args in framelocalsproxy_new() (#124515)
Victor Stinner committed
July 30, 2024
P
gh-120906: Support arbitrary hashable keys in FrameLocalsProxy (GH-122309)
Petr Viktorin committed
June 19, 2024
M
GH-120097: Make FrameLocalsProxy a mapping (#120101)
Mark Shannon committed
June 17, 2024
V
gh-120417: Remove unused imports in tests (part 2) (#120630)
Victor Stinner committed
May 10, 2024
T
gh-118921: Add `copy()` method for `FrameLocalsProxy` (#118923)
Tian Gao committed
May 5, 2024
T
gh-74929: Remove undesirable DECREF in PEP 667 implementation (#118583)
Tian Gao committed
May 4, 2024
T
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao committed
March 12, 2024
T
GH-116098: Remove dead frame object creation code (GH-116687)
Tian Gao committed
February 20, 2024
M
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH-114142)
Mark Shannon committed
February 16, 2024
S
gh-112529: Make the GC scheduling thread-safe (#114880)
Sam Gross committed
February 5, 2024
K
gh-115020: Remove a debugging print in test_frame (GH-115021)
Kirill Podoprigora committed
January 31, 2024
A
gh-113939: Frame clear, clear locals (#113940)
Albert Zeyer committed
November 7, 2023
I
gh-79932: raise exception if frame.clear() is called on a suspended frame (#111792)
Irit Katriel committed
September 20, 2023
H
Fix typos in docs and comments (#109619)
Heinz-Alexander Fuetterer committed
January 9, 2023
B
GH-100126: Skip incomplete frames in more places (GH-100613)
Brandt Bucher committed
December 23, 2022
December 6, 2022
B
GH-99729: Unlink frames before clearing them (GH-100030)
Brandt Bucher committed
November 13, 2022
V
gh-91248: Optimize PyFrame_GetVar() (#99252)
Victor Stinner committed
November 8, 2022
V
gh-91248: Add PyFrame_GetVar() function (#95712)
Victor Stinner committed
October 8, 2022
P
gh-97922: Run the GC only on eval breaker (#97920)
Pablo Galindo Salgado committed
October 6, 2022
B
GH-97002: Prevent `_PyInterpreterFrame`s from backing more than one `PyFrameObject` (GH-97996)
Brandt Bucher committed
September 15, 2022
D
Fix ResourceWarning in test.test_frame (GH-96831)
Dennis Sweeney committed
August 11, 2022
M
GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886)
Mark Shannon committed
June 17, 2021
January 5, 2021
M
bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)
Mark Shannon committed
May 1, 2020
F
bpo-40462: fix variable and function names (GH-19832)
Furkan Önder committed
December 17, 2018
Z
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)
Zackery Spytz committed
December 31, 2017
A
bpo-32468: Better frame repr() (#5067)
Antoine Pitrou committed
December 16, 2016
S
Remove unused imports.
Serhiy Storchaka committed
April 13, 2015
Z
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware committed
July 5, 2014
August 6, 2013
A
Issue #18665: fix typos. Patch by Vajrasky Kok.
Antoine Pitrou committed
A
Issue #18666: improve test_frame a bit. Patch by Vajrasky Kok.
Antoine Pitrou committed
August 5, 2013
A
Followup to 862ab99ab570: I forgot to add the magnificent test_frame.py.
Antoine Pitrou committed