Message299928
| 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:32 | vstinner | set | recipients:
+ vstinner, gpolo, serhiy.storchaka |
| 2017年08月08日 14:47:32 | vstinner | set | messageid: <1502203652.02.0.891837552258.issue31068@psf.upfronthosting.co.za> |
| 2017年08月08日 14:47:32 | vstinner | link | issue31068 messages |
| 2017年08月08日 14:47:31 | vstinner | create |
|