mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
bpo-44828: macOS installer: avoid leaving a zombie Save panel in Tk 8.6.12rc1 (GH-29367)
This commit is contained in:
parent
38982ab136
commit
4a8b405173
2 changed files with 11 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ def library_recipes():
|
|||
tcl_checksum='82fd1637c0f7d4b76cb909f8abc373ec'
|
||||
|
||||
tk_checksum='d63c3b91b86cd8b6fa54e83ef2c5153e'
|
||||
tk_patches = [ ]
|
||||
tk_patches = ['bpo-44828-filedialog-crash-monterey-8612rc1.patch']
|
||||
|
||||
|
||||
result.extend([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue