mirror of
https://github.com/python/cpython.git
synced 2026-05-20 19:33:12 -04:00
4b7a6c8b58
sys.exutable that isn't usuable on an #!-line. That results in generated applets that don't actually work. Work around this problem by resetting sys.executable. * argvemulator.py didn't work on intel macs. This patch fixes this (bug #1491468)