Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup
  • Loading branch information
brandtbucher committed Dec 29, 2022
commit 4ff833e74dbaa6ac191f4cf0ca573d2ef8ed1868
2 changes: 1 addition & 1 deletion Lib/test/test_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def run(self):

def test_entry_frames_are_invisible_during_teardown(self):
class C:
"""A weakrefable class."""
"""A weakref'able class."""

def f():
"""Try to find globals and locals as this frame is being cleared."""
Expand Down