[3.8] bpo-42508: Keep IDLE running on macOS (GH-23577)#23670
Conversation
Remove obsolete workaround that prevented running files with shortcuts when using new universal2 installers built on macOS 11. Ignore buggy 2nd run_module_event call. (cherry picked from commit 57e5113) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
|
@terryjreedy and @ned-deily: Status check is done, and it's a success ✅ . |
2 similar comments
|
@terryjreedy and @ned-deily: Status check is done, and it's a success ✅ . |
|
@terryjreedy and @ned-deily: Status check is done, and it's a success ✅ . |
|
Travis failure is unrelated but I don't know that it should be ignored. I restarted that one test. |
|
Same error on rerun. |
|
@ambv @ned-deily If the next 3.8 is going to have a macox11 installer, then this should be merged, (I believe Ned requested the backport.) But I don't know what to do about the repeated failure. |
|
@terryjreedy, you are not alone in seeing 3.8 CI failures, see https://bugs.python.org/issue42574. At the moment, support for macOS Big Sur / Apple Silicon has not yet been merged to 3.8 and I believe @ambv has decided to release 3.8.7rc1 without it. So this IDLE 3.8 backport is not critical yet, but we should plan on getting it in soon. |
|
@terryjreedy: Please replace |
Remove obsolete workaround that prevented running files with
shortcuts when using new universal2 installers built on macOS 11.
Ignore buggy 2nd run_module_event call.
(cherry picked from commit 57e5113)
Co-authored-by: Terry Jan Reedy tjreedy@udel.edu
https://bugs.python.org/issue42508