[issue40292] Memory leak when defining a new class inside a loop

Serhiy Storchaka report at bugs.python.org
Wed Apr 15 06:20:14 EDT 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

It is not a leak. It is expected behavior when you call gc.set_debug(gc.DEBUG_SAVEALL).

----------
nosy: +serhiy.storchaka
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list