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 ec39a61 commit 98bc865Copy full SHA for 98bc865
1 file changed
Lib/test/test_io/test_textio.py
@@ -1565,8 +1565,7 @@ def closed(self):
1565
wrapper.close() # should not crash
1566
1567
def test_reentrant_detach_during_flush(self):
1568
- # gh-143008: Reentrant detach() during flush should raise RuntimeError
1569
- # instead of crashing.
+ # gh-143008: Reentrant detach() during flush should not crash.
1570
wrapper = None
1571
wrapper_ref = lambda: None
1572
0 commit comments