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 vstinner
Recipients gpolo, vstinner
Date 2009-01-29.23:21:46
SpamBayes Score 1.2112867e-05
Marked as misclassified No
Message-id <1233271308.45.0.955995313288.issue3880@psf.upfronthosting.co.za>
In-reply-to
Content
The bug is still here in py3k:

$ cat bla.py
import _tkinter, gc
_tkinter._flatten(True)
gc.collect()

$ ./python bla.py
Exception TypeError: "object of type 'bool' has no len()" in 'garbage 
collection' ignored
Fatal Python error: unexpected exception during garbage collection
Abandon (core dumped)

Can anyone apply my patch?
History
Date User Action Args
2009-01-29 23:21:48vstinnersetrecipients: + vstinner, gpolo
2009-01-29 23:21:48vstinnersetmessageid: <1233271308.45.0.955995313288.issue3880@psf.upfronthosting.co.za>
2009-01-29 23:21:47vstinnerlinkissue3880 messages
2009-01-29 23:21:46vstinnercreate