You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
On my MacBook Air Catalina, Python 3.13.0a2, IDLE's test_editor hangs in IndentSearchTest.test_searcher. The problem is
insertusingupdate()instead ofupdate_idletasks(). I added function in bpo-39885. It is called earlier in IndentAnd...Test without failure.Linked PRs