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, serhiy.storchaka, vstinner
Date 2017-08-08.14:47:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502203652.02.0.891837552258.issue31068@psf.upfronthosting.co.za>
In-reply-to
Content
Yesterday, I ran test_ttk_guionly during 3 hours on Windows with Python 2.7 compiled in debug mode. I saw between 4 and 7 hangs. I'm not sure about the exact number since sometimes the test unblocked when I just moved my mouse or clicked on my Command Prompt window....

At this point, I'm only sure that the following tests blocked:

* test_ttk\test_extensions.py:184: LabeledScaleTest.test_resize() -- test ttk.LabeledScale
* test_ttk\test_widgets.py:1367: TreeviewTest.test_heading_callback() -- test ttk.Treeview
* test_ttk.test_widgets.TreeviewTest.test_tag_bind() -- test ttk.Treeview

bpo-31135 fixes LabeledScale.destroy(), so it may be related.
History
Date User Action Args
2017-08-08 14:47:32vstinnersetrecipients: + vstinner, gpolo, serhiy.storchaka
2017-08-08 14:47:32vstinnersetmessageid: <1502203652.02.0.891837552258.issue31068@psf.upfronthosting.co.za>
2017-08-08 14:47:32vstinnerlinkissue31068 messages
2017-08-08 14:47:31vstinnercreate