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 pitrou
Recipients flox, pitrou, tim.peters
Date 2010-08-04.10:19:36
SpamBayes Score 0.021236485
Marked as misclassified No
Message-id <1280917178.92.0.628671694396.issue477863@psf.upfronthosting.co.za>
In-reply-to
Content
Displaying the full list may be unwieldy if it's very large. Instead, we could by default display the following kind of message:

Python warning: 5 uncollectable objects remaining at interpreter shutdown. Use gc.DEBUG_UNCOLLECTABLE to list them.

And list gc.garbage only if gc.DEBUG_UNCOLLECTABLE is defined.
History
Date User Action Args
2010-08-04 10:19:39pitrousetrecipients: + pitrou, tim.peters, flox
2010-08-04 10:19:38pitrousetmessageid: <1280917178.92.0.628671694396.issue477863@psf.upfronthosting.co.za>
2010-08-04 10:19:37pitroulinkissue477863 messages
2010-08-04 10:19:37pitroucreate