Commit c4e27e27 authored by Yury Selivanov's avatar Yury Selivanov

Merge 3.4

parents 152c408e ea4ce1c7
......@@ -2212,6 +2212,10 @@ class SleepTests(test_utils.TestCase):
self.loop = asyncio.new_event_loop()
asyncio.set_event_loop(None)
def tearDown(self):
self.loop.close()
self.loop = None
def test_sleep_zero(self):
result = 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment