Message99522
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. |
|
| Date |
User |
Action |
Args |
| 2010-02-18 19:46:11 | Jeremy.Hylton | set | recipients:
+ Jeremy.Hylton, gvanrossum, tim.peters, amaury.forgeotdarc, christian.heimes, ezio.melotti, brian.curtin |
| 2010-02-18 19:46:10 | Jeremy.Hylton | set | messageid: <[email protected]> |
| 2010-02-18 19:46:09 | Jeremy.Hylton | link | issue1540 messages |
| 2010-02-18 19:46:09 | Jeremy.Hylton | create | |
|