Skip to content

Commit 85a3c36

Browse files
committed
comment the skipping of the current frame
1 parent 0f8748c commit 85a3c36

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lib/test/test_concurrent_futures/executor.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ def test_map_exception(self):
7777
)
7878

7979
frames = map(itemgetter(0), traceback.walk_tb(exception.__traceback__))
80+
81+
# skip current frame
8082
next(frames)
83+
8184
self.assertFalse(
8285
[
8386
(var, val)

0 commit comments

Comments
 (0)