Antoine Pitrou <pit...@free.fr> added the comment:

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.

----------
versions:  -Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue477863>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to