Commit 4169e979 authored by Denis Bilenko's avatar Denis Bilenko

del loop at the end of test__core_loop_run.py to exercise __dealloc__

parent 228e01df
......@@ -15,3 +15,5 @@ print 'must exit after 0.5 seconds.'
timer = loop.timer(0.5)
timer.start(lambda: None)
loop.run()
del loop
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