[issue3835] tkinter goes into an infinite loop (pydoc.gui)

Guilherme Polo report at bugs.python.org
Wed Sep 17 15:09:04 CEST 2008


Guilherme Polo <ggpolo at gmail.com> added the comment:

The patch attached checks for that when an interpreter is created, not
really at import time but should be enough.

But my real concern is that tkinter thinks it will work properly when
Python is using threads and Tcl wasn't compiled with --enable-threads.
Maybe that was true some time ago or maybe in other platforms, but isn't
the case anymore.

----------
keywords: +patch
Added file: http://bugs.python.org/file11510/issue_3835.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3835>
_______________________________________


More information about the Python-bugs-list mailing list