We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f670d commit 8b0824aCopy full SHA for 8b0824a
Lib/test/test_repl.py
@@ -409,7 +409,7 @@ def test_toplevel_contextvars_async(self):
409
expected = "toplevel contextvar test: ok"
410
self.assertIn(expected, output, expected)
411
412
- def test_loop_was_closed(self):
+ def test_loop_closed_after_exit(self):
413
user_input = dedent("""\
414
import atexit
415
atexit.register(\
0 commit comments