[pygobject/benzea/gio-asyncio] test



commit c7cfbde13d3fd6c1f106caf36fd1431b70c1f723
Author: Benjamin Berg <bberg redhat com>
Date:   Thu Nov 18 12:01:35 2021 +0100

    test

 tests/test_events.py | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/tests/test_events.py b/tests/test_events.py
index 7e188d83..97a14465 100644
--- a/tests/test_events.py
+++ b/tests/test_events.py
@@ -67,6 +67,9 @@ if sys.platform != 'win32':
             support.gc_collect()
             print("gc collected")
             test_utils.TestCase.tearDown(self)
+            print('deleting loop')
+            print(self.loop)
+            del self.loop
             print('test case tear down done')
 
         def create_event_loop(self):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]