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

2012-03-14 Thread Andrew Svetlov
Andrew Svetlov added the comment: Close as 'not a bug' because Guilherme's test to reproduce the bug from msg73304 works good at least for Linux. Windows version of Tcl/Tk compiled without threading support. So current behavior is correct and should not to be fixed. -- resolution: -

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

2012-03-14 Thread Andrew Svetlov
Andrew Svetlov added the comment: Recall to 'open' state -- resolution: fixed -> status: closed -> open ___ Python tracker ___ ___ Py

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

2012-03-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7cbc48324938 by Andrew Svetlov in branch 'default': Revert the patch for issue 3835 because failed on Windows buildbot http://hg.python.org/cpython/rev/7cbc48324938 -- ___ Python tracker

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

2012-03-13 Thread Martin v . Löwis
Martin v. Löwis added the comment: Thanks for the patch! -- nosy: +loewis resolution: -> fixed status: open -> closed ___ Python tracker ___

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

2012-03-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset d731dcda2611 by Martin v. Löwis in branch 'default': Issue #3835: Refuse to use unthreaded Tcl in threaded Python. http://hg.python.org/cpython/rev/d731dcda2611 -- nosy: +python-dev ___ Python tracker <

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

2012-03-13 Thread Andrew Svetlov
Andrew Svetlov added the comment: Push updated patch for tip (3.3) head -- nosy: +asvetlov Added file: http://bugs.python.org/file24825/issue_3835_2.diff ___ Python tracker ___ _

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

2011-02-03 Thread Éric Araujo
Changes by Éric Araujo : -- components: +Tkinter versions: +Python 3.3 -Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing

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

2008-09-17 Thread Guilherme Polo
Changes by Guilherme Polo <[EMAIL PROTECTED]>: -- priority: -> normal ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list m

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

2008-09-17 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> 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 --en

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

2008-09-17 Thread Helmut Jarausch
Helmut Jarausch <[EMAIL PROTECTED]> added the comment: Many thanks, that solved the problem. Since the cause of the problem wasn't easy to find out (for me, at least) would be possible to check at import time if Tcl/Tk has been configured with threads enabled? Helmut.

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

2008-09-16 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: If you remove the widget.config calls in GUI.ready you will notice the problem "goes away", but note that this method is called from another thread while you have a non-thread-safe tcl/tk lib (I'm assuming you didn't compile it with --enable-t

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

2008-09-16 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: But it happens only if you don't build tcl/tk with --enable-threads =) ___ Python tracker <[EMAIL PROTECTED]> ___ _

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

2008-09-16 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: Just reproduced the issue under python-trunk with tcl/tk 8.5.4 and 8.5.3 ___ Python tracker <[EMAIL PROTECTED]> ___ ___

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

2008-09-15 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: Uhm, is it caused only by the combination of tk 8.5.4 and py3k, or does the same happen with tk 8.5.4 and python-trunk ? What about tk 8.5.3 (or some other of tk 8.5 series) or even tk 8.4.16 and {python-trunk, py3k} ? It would be good if yo

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

2008-09-15 Thread Helmut Jarausch
Helmut Jarausch <[EMAIL PROTECTED]> added the comment: I'm using Tcl/Tk 8.5.4 here print(":::") print(_flatten((self._w, cmd)) + self._options(cnf)) produces: ::: ('.3073836300', 'configure', '-yscrollcommand', '3077632332set') ::: ('.3073835564.3073835660', 'configure', '-tex

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

2008-09-11 Thread Helmut Jarausch
New submission from Helmut Jarausch <[EMAIL PROTECTED]>: With version 3.0 (SVN 66386) import pydoc pydoc.gui() gives >>> Exception in thread Thread-1: Traceback (most recent call last): File "/usr/local/lib/python3.0/threading.py", line 507, in _bootstrap_inner self.run() File "/usr/l