summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_frame.py
Commit message (Expand)AuthorAgeFilesLines
* [3.11] Fix typos in docs and comments (#109619) (#109622)Alex Waygood2023-09-201-1/+1
* [3.11] GH-99729: Unlink frames before clearing them (#100047)Brandt Bucher2022-12-061-0/+42
* [3.11] Fix v3.11.0 release merge problems (GH-98622)Pablo Galindo Salgado2022-10-241-64/+0
* Merge tag 'v3.11.0' into 3.11Pablo Galindo2022-10-241-0/+64
|\
| * [3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFr...Miss Islington (bot)2022-10-221-0/+65
* | [3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFr...Miss Islington (bot)2022-10-071-0/+65
* | Fix ResourceWarning in test.test_frame (GH-96831)Miss Islington (bot)2022-09-171-16/+19
|/
* GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886) (#95890)Miss Islington (bot)2022-08-121-0/+22
* Do not clear globals or builtins when calling clear() on a frame object. Reve...Mark Shannon2021-06-171-0/+13
* bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)Mark Shannon2021-01-051-0/+21
* bpo-40462: fix variable and function names (GH-19832)Furkan Önder2020-05-011-1/+1
* bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...Zackery Spytz2018-12-171-4/+6
* bpo-32468: Better frame repr() (#5067)Antoine Pitrou2017-12-311-0/+41
* Remove unused imports.Serhiy Storchaka2016-12-161-2/+0
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+1
* Issue #21897: Fix a crash with the f_locals attribute with closure variables ...Antoine Pitrou2014-07-051-0/+52
* Issue #18665: fix typos. Patch by Vajrasky Kok.Antoine Pitrou2013-08-061-1/+1
* Issue #18666: improve test_frame a bit. Patch by Vajrasky Kok.Antoine Pitrou2013-08-061-0/+3
* Followup to 862ab99ab570: I forgot to add the magnificent test_frame.py.Antoine Pitrou2013-08-051-0/+113