]> git.ipfire.org Git - thirdparty/Python/cpython.git/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 20:52:25 +0000 (13:52 -0700)
committerGitHub <noreply@github.com>
Sun, 16 Jun 2019 20:52:25 +0000 (13:52 -0700)
commit0c45aee8036a27fb76d6d8d4bac61c3715aec22d
treefce93b135677f682611f05b027cb17a270be6638
parentc289588905daac804ef9c4ebaf51fc13f93b4a01
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