Message99522
| 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. |
|