You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 df532ab)
Co-authored-by: Ned Deily <nad@python.org>
sed -e "s!%prefix%!$(prefix)!g" -e 's!%exe%!$(PYTHONFRAMEWORK)!g'<"$(srcdir)/IDLE/IDLE.app/Contents/MacOS/IDLE">"$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app/Contents/MacOS/IDLE"
229
225
sed "s!%version%!`$(RUNSHARED)$(BUILDPYTHON) -c 'import platform; print(platform.python_version())'`!g"<"$(srcdir)/IDLE/IDLE.app/Contents/Info.plist">"$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app/Contents/Info.plist"
230
226
if [ -f"$(DESTDIR)$(LIBDEST)/idlelib/config-main.def" ];then \
0 commit comments