Message394925
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. |
|
| Date |
User |
Action |
Args |
| 2021-06-02 16:07:56 | taleinat | set | recipients:
+ taleinat, terry.reedy, vstinner |
| 2021-06-02 16:07:56 | taleinat | set | messageid: <[email protected]> |
| 2021-06-02 16:07:56 | taleinat | link | issue44282 messages |
| 2021-06-02 16:07:56 | taleinat | create | |
|