]> granicus.if.org Git - python/commit
Ugly fix for SF bug 131239 (-x flag busted).
authorTim Peters <tim.peters@gmail.com>
Sun, 11 Feb 2001 04:35:39 +0000 (04:35 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 11 Feb 2001 04:35:39 +0000 (04:35 +0000)
commit3e876565a3913427fc64b57553cb6986f1f7512b
tree5d8e61b90ffdd5e7bb3bdb84a5510592d3651d40
parent497314e2e531350e362abf00bb8beaff5211d5b4
Ugly fix for SF bug 131239 (-x flag busted).
Bug was introduced by tricks played to make .pyc files executable
via cmdline arg.  Then again, -x worked via a trick to begin with.
If anyone can think of a portable way to test -x, be my guest!
Python/pythonrun.c