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 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:12vstinnersetrecipients: + vstinner
2017-08-07 23:20:12vstinnersetmessageid: <1502148012.77.0.631555994184.issue31068@psf.upfronthosting.co.za>
2017-08-07 23:20:12vstinnerlinkissue31068 messages
2017-08-07 23:20:12vstinnercreate