Is that a memory leak ?

Skip Montanaro skip at pobox.com
Thu Jan 23 22:27:39 EST 2003


    vonstroheim> if I repeatedly enter:
    vonstroheim> class A(object):pass

    vonstroheim> the number of REFS raises and so does the value returned by
    vonstroheim> len(gc.get_objects())
    vonstroheim> (even if I use gc.collect())

Can't reproduce on MacOSX using 2.2.2 or latest CVS.  Does it leak when run
in a non-debug build?

Skip





More information about the Python-list mailing list