Message299875
| Author |
vstinner |
| Recipients |
vstinner |
| Date |
2017年08月07日.23:20:12 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1502148012.77.0.631555994184.issue31068@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I'm trying to reproduce the bug using the following command run in a Command Prompt:
PCbuild\amd64\python_d.exe -m test -r -u all -R 3:3 -F -v --timeout=30 test_ttk_guionly
Note: I'm using https://github.com/python/cpython/pull/3019 to get --timeout feature.
Once (when I wasn't using --timeout=30), I saw test_ttk.test_widgets.TreeviewTest.test_tag_bind() stuck! But it only saw this bug twice in 1 hour of intensive tests, and so I'm not sure that it exists.
Since I unable to easily reproduce the bug, it's hard to collect more information about the program state when the bug occurs. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2017年08月07日 23:20:12 | vstinner | set | recipients:
+ vstinner |
| 2017年08月07日 23:20:12 | vstinner | set | messageid: <1502148012.77.0.631555994184.issue31068@psf.upfronthosting.co.za> |
| 2017年08月07日 23:20:12 | vstinner | link | issue31068 messages |
| 2017年08月07日 23:20:12 | vstinner | create |
|