]> granicus.if.org Git - python/commit
bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 16 Jun 2019 21:10:49 +0000 (14:10 -0700)
committerGitHub <noreply@github.com>
Sun, 16 Jun 2019 21:10:49 +0000 (14:10 -0700)
commit2acaf496b71224ff6d170ea12b0876d65195be7b
tree317c047bbf907187d06313f8bb106860640a76a9
parent3f3efed3315f06ca3412bc8f4506e994ab84a8b3
bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957)

The patch needed for 2.7 should make the test more stable on 3.x also.
(cherry picked from commit 66d47da86aff15be34adbec02596bb3188684c0d)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/idle_test/test_searchbase.py