Thanks to visit codestin.com Credit goes to github.com
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 7de2646 commit 5e42354Copy full SHA for 5e42354
1 file changed
Lib/test/test_asyncio/test_windows_events.py
@@ -49,6 +49,7 @@ def test_close(self):
49
trans.close()
50
self.loop.run_until_complete(f)
51
self.assertEqual(f.result(), b'')
52
+ b.close()
53
54
def test_double_bind(self):
55
ADDRESS = r'\\.\pipe\test_double_bind-%s' % os.getpid()
0 commit comments