]> granicus.if.org Git - python/commit
Use defaults if sys.executable isn't set (e.g. on Jython).
authorMarc-André Lemburg <mal@egenix.com>
Sat, 13 Jan 2007 23:13:54 +0000 (23:13 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Sat, 13 Jan 2007 23:13:54 +0000 (23:13 +0000)
commit3b8f60b7003f9a4b364425f1789c9947b998b520
tree1de544e844e830d6896b137113a5904e819c3e39
parenta50e6233f52bd6a00d07463e1a9dde51b68b4d9b
Use defaults if sys.executable isn't set (e.g. on Jython).

This change allows running PyBench under Jython.
Lib/platform.py