-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
[3.8] bpo-42508: Keep IDLE running on macOS (GH-23577) #23670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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