mirror of
https://github.com/python/cpython.git
synced 2025-10-07 07:31:46 +00:00
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.
This commit is contained in:
parent
cdc7a58277
commit
be8318be05
3 changed files with 206 additions and 1 deletions
|
@ -269,7 +269,7 @@ def library_recipes():
|
|||
tcl_checksum='8a4c004f48984a03a7747e9ba06e4da4'
|
||||
|
||||
tk_checksum='c7ee71a2d05bba78dfffd76528dc17c6'
|
||||
tk_patches = [ ]
|
||||
tk_patches = ['bpo-44828-filedialog-crash-monterey.patch']
|
||||
|
||||
|
||||
result.extend([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue