[issue44895] refleak test failure in test_exceptions

Irit Katriel report at bugs.python.org
Wed Sep 1 12:18:25 EDT 2021


Irit Katriel <iritkatriel at gmail.com> added the comment:

I changed it to 

+        for i in range(2):
+            dash_R_cleanup(fs, ps, pic, zdc, abcs)
+            support.gc_collect()


(loop twice instead of 3 times) and that seems fine too.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44895>
_______________________________________


More information about the Python-bugs-list mailing list