]> granicus.if.org Git - python/commit
bpo-32726: Do not force IDLE.app to launch in 32-bit mode. (GH-6279) (#6281)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 28 Mar 2018 08:40:29 +0000 (01:40 -0700)
committerNed Deily <nad@python.org>
Wed, 28 Mar 2018 08:40:29 +0000 (04:40 -0400)
commitfb3d3b7a65d8c0521a88c87e17a7554c5ec439d9
tree4c225ec280690e1cae104c04a6f2ff9364422bfb
parenta93662cf8fb98e41f2b7e7c032b680eee834d290
bpo-32726: Do not force IDLE.app to launch in 32-bit mode. (GH-6279) (#6281)

Forcing the macOS IDLE.app gui process to launch in 32-mode was
a necessary hack for old versions of Tk (Aqua Carbon as in Tk 8.4
and early versions of 8.5); it is not needed for current versions
of Tk.  Since 32-bit launching will no longer be supported on
future releases of macOS, allow IDLE.app to launch in 64-bit mode.
(cherry picked from commit df532ab752680f6e359672c2cd40bec8ac848628)

Co-authored-by: Ned Deily <nad@python.org>
Mac/Makefile.in