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

Raymond Hettinger report at bugs.python.org
Wed Apr 15 05:38:03 EDT 2020


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

Python2.7 gives similar results with:

    class A(object):
        pass

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list