]> granicus.if.org Git - python/commit
bpo-32726: Do not force IDLE.app to launch in 32-bit mode. (GH-6279)
authorNed Deily <nad@python.org>
Wed, 28 Mar 2018 07:44:48 +0000 (03:44 -0400)
committerGitHub <noreply@github.com>
Wed, 28 Mar 2018 07:44:48 +0000 (03:44 -0400)
commitdf532ab752680f6e359672c2cd40bec8ac848628
tree74b4b3a9560c9d47241f01014ceb440515a6d389
parente52ac045972a4f75d7f52e4ee0d6de128259134d
bpo-32726: Do not force IDLE.app to launch in 32-bit mode. (GH-6279)

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.
Mac/Makefile.in