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 taleinat
Recipients taleinat, terry.reedy, vstinner
Date 2021-06-02.16:07:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
On Ubuntu 20.04, I've managed to occasionally get this issue to reproduce locally by running the test many times in parallel, repeatedly:

parallel -n8 -N0 './python -m test -ugui test_idle -m test_colorizer' ::: $(seq 20)

This appears to be an issue with our new method of running tests with a Tk mainloop in the background, using the @run_in_tk_mainloop decorator.

Investigating further.
History
Date User Action Args
2021-06-02 16:07:56taleinatsetrecipients: + taleinat, terry.reedy, vstinner
2021-06-02 16:07:56taleinatsetmessageid: <[email protected]>
2021-06-02 16:07:56taleinatlinkissue44282 messages
2021-06-02 16:07:56taleinatcreate