]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 28 Oct 2021 18:47:53 +0000 (11:47 -0700)
committerGitHub <noreply@github.com>
Thu, 28 Oct 2021 18:47:53 +0000 (11:47 -0700)
commit8e5e74e3049875e9d834fe4408263676fe21e890
treef583013516471b5c3ecc3cb1011d2988df24654c
parent97388c204b557f30e48a2b2ef826868702204cf2
bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)

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 be8318be05e1a874215fa75b8845ede74b2c69b6)

Co-authored-by: Ned Deily <nad@python.org>
Mac/BuildScript/bpo-44828-filedialog-crash-monterey.patch [new file with mode: 0644]
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2021-10-25-02-02-21.bpo-44828.XBdXlJ.rst [new file with mode: 0644]