[3.8] bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276) by miss-islington · Pull Request #29279 · python/cpython (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation3 Commits1 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
when using the Tk 8.6.11 provided by python.org macOS installers. Patch by Marc Culler of the Tk project. (cherry picked from commit be8318b)
Co-authored-by: Ned Deily nad@python.org
@ambv, As we discussed, here is a courtesy backport of the Monterey Tk fix to the 3.8 branch. We don't expect to ever use it since 3.8 is the security-fix-only phase of its life cycle and thus we no longer provide binary installers for it. BTW, the Docs build failure is addressed in open PR #29245.
@ned-deily: Status check is done, and it's a failure ❌ .
The failure is due to a recent release of docutils 0.18, so far incompatible with Sphinx (sphinx-doc/sphinx#9777). This was already fixed in 3.8 by #29245 (thanks, Ned!). So I'll be landing this.