-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
FIX: macosx check case-insensitive app name #22179
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
Only check for "python" case insensitive to match either Python or pythonw.
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
…-v3.5.x Backport PR #22179 on branch v3.5.x (FIX: macosx check case-insensitive app name)
It looks like this is causing our macOS wheel builds to fail with:
See https://github.com/matplotlib/matplotlib/runs/4826163948?check_suite_focus=true from #22238. I think our options are to:
|
…of-pr-22179-on-v3.5.x Revert "Backport PR #22179 on branch v3.5.x (FIX: macosx check case-insensitive app name)"
Thanks for reverting that backport, @dstansby! I agree with that choice and bumping the minimum supported version on main. |
PR Summary
Only check for "python" case insensitive to match either Python or pythonw.
From the linked issue, the reproducer is to start a
pythonw
terminal, which freezes interactivity on main, but works with this patch.Closes #8400
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).