[issue37220] test_idle crash on Windows 2.7 when run with -R:

2019-06-16 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: -patch resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue37220] test_idle crash on Windows 2.7 when run with -R:

2019-06-16 Thread miss-islington
miss-islington added the comment: New changeset 2acaf496b71224ff6d170ea12b0876d65195be7b by Miss Islington (bot) in branch '3.8': bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957) https://github.com/python/cpython/commit/2acaf496b71224ff6d170ea12b0876d65195be7b -- ___

[issue37220] test_idle crash on Windows 2.7 when run with -R:

2019-06-16 Thread miss-islington
miss-islington added the comment: New changeset 0c45aee8036a27fb76d6d8d4bac61c3715aec22d by Miss Islington (bot) in branch '3.7': bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957) https://github.com/python/cpython/commit/0c45aee8036a27fb76d6d8d4bac61c3715aec22d -- nosy: +miss-

[issue37220] test_idle crash on Windows 2.7 when run with -R:

2019-06-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +13977 pull_request: https://github.com/python/cpython/pull/14135 ___ Python tracker ___ __

[issue37220] test_idle crash on Windows 2.7 when run with -R:

2019-06-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 66d47da86aff15be34adbec02596bb3188684c0d by Terry Jan Reedy in branch 'master': bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957) https://github.com/python/cpython/commit/66d47da86aff15be34adbec02596bb3188684c0d -- _

[issue37220] test_idle crash on Windows 2.7 when run with -R:

2019-06-16 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +13976 pull_request: https://github.com/python/cpython/pull/14134 ___ Python tracker ___ _

[issue37220] test_idle crash on Windows 2.7 when run with -R:

2019-06-10 Thread Tal Einat
Tal Einat added the comment: Now that I've looked at the PR, it should likely be merged for all relevant branches to make the test more robust. -- ___ Python tracker ___

[issue37220] test_idle crash on Windows 2.7 when run with -R:

2019-06-10 Thread Tal Einat
Tal Einat added the comment: Terry, we can also just revert the fix on the 2.7 branch, it's not crucial. -- ___ Python tracker ___

[issue37220] test_idle crash on Windows 2.7 when run with -R:

2019-06-10 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: -patch title: test_idle crash on Windows when run with -R: -> test_idle crash on Windows 2.7 when run with -R: type: -> crash versions: +Python 3.7, Python 3.8, Python 3.9 ___ Python tracker