This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jeremy.Hylton
Recipients Jeremy.Hylton, amaury.forgeotdarc, brian.curtin, christian.heimes, ezio.melotti, gvanrossum, tim.peters
Date 2010-02-18.19:46:08
SpamBayes Score 5.317709e-09
Marked as misclassified No
Message-id <1266522370.74.0.910012853624.issue1540@psf.upfronthosting.co.za>
In-reply-to
Content
I'm trying to figure out the attached script.  If I run Python 3.0, the script doesn't run because of the undefined gc.DEBUG_OBJECTS.  If I just remove that, the script runs without error.  Does that mean the problem is fixed?  Or is running without an error an example of the problem?

If I add gc.DEBUG_SAVEALL, it fails--but that seems obvious because DEBUG_SAVEALL adds all objects with finalizers to gc.garbage.
History
Date User Action Args
2010-02-18 19:46:11Jeremy.Hyltonsetrecipients: + Jeremy.Hylton, gvanrossum, tim.peters, amaury.forgeotdarc, christian.heimes, ezio.melotti, brian.curtin
2010-02-18 19:46:10Jeremy.Hyltonsetmessageid: <1266522370.74.0.910012853624.issue1540@psf.upfronthosting.co.za>
2010-02-18 19:46:09Jeremy.Hyltonlinkissue1540 messages
2010-02-18 19:46:09Jeremy.Hyltoncreate