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 eric.smith
Recipients eric.smith, gpolo
Date 2009-02-06.18:21:28
SpamBayes Score 5.059214e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
The patch does solve the problem for me. It no longer hangs when running
either:
./python Lib/test/regrtest.py test_tcl test_ttk_guionly
or:
./python Lib/test/regrtest.py

-------------
...
test_traceback
test_transformer
test_ttk_guionly
test_ttk_guionly skipped -- ttk not available: Calling Tk_Init again
after a previous call failed might deadlock
test_ttk_textonly
test_tuple
...
-------------

Thanks for tracking this down.
History
Date User Action Args
2009-02-06 18:21:31eric.smithsetrecipients: + eric.smith, gpolo
2009-02-06 18:21:30eric.smithsetmessageid: <[email protected]>
2009-02-06 18:21:29eric.smithlinkissue5122 messages
2009-02-06 18:21:29eric.smithcreate