STINNER Victor <victor.stin...@haypocalc.com> added the comment: 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? _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue3880> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com