[issue44895] refleak test failure in test_exceptions

Pablo Galindo Salgado report at bugs.python.org
Mon Aug 16 19:09:02 EDT 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

>> x = list(range(100))

Is creating a lot of objects, and the gc has a chance to run on every object creation so maybe what's happening there is that you are inadvertently triggering the gc

----------

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


More information about the Python-bugs-list mailing list