Skip to content

[3.10] bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348) #30349

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

Merged
merged 1 commit into from
Jan 3, 2022

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jan 3, 2022

This change solves two problems encountered by users of the macOS Python Launcher app on recent macOS releases (10.14+):

  • The launcher app was no longer able to launch the macOS Terminal.app to run a script.

  • Even if Terminal.app was already launched, the launcher app was unable to send an Apple Event to Terminal.app to open and run Python with the desired .py file.
    (cherry picked from commit 549e628)

Co-authored-by: Ned Deily [email protected]

https://bugs.python.org/issue40477

…ythonGH-30348)

This change solves two problems encountered by users of the macOS Python Launcher app on recent macOS releases (10.14+):

- The launcher app was no longer able to launch the macOS Terminal.app to run a script.

- Even if Terminal.app was already launched, the launcher app was unable to send an Apple Event to Terminal.app to open and run Python with the desired .py file.
(cherry picked from commit 549e628)

Co-authored-by: Ned Deily <[email protected]>
@miss-islington
Copy link
Contributor Author

@ned-deily: Status check is done, and it's a success ✅ .

@ned-deily ned-deily merged commit b312794 into python:3.10 Jan 3, 2022
@miss-islington miss-islington deleted the backport-549e628-3.10 branch January 3, 2022 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants