Closed
Description
On my MacBook Air Catalina, Python 3.13.0a2, IDLE's test_editor hangs in IndentSearchTest.test_searcher. The problem is insert
using update()
instead of update_idletasks()
. I added function in bpo-39885. It is called earlier in IndentAnd...Test without failure.
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
Done