This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients brett.cannon, lemburg, python-dev, scoder
Date 2013-10-12.15:52:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381593174.82.0.252038336493.issue19108@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that replaces the current simplistic Python executable command config with a dedicated PythonRuntime config class. That makes it easy to properly pass around the program specific configuration. Part of that is the Python executable path, the Python version, the specific command line arguments and the relative benchmark library path.

The patch also adds a "--pyversions" command line option to avoid calling the executable for figuring out the Python versions, as discussed.
History
Date User Action Args
2013-10-12 15:52:54scodersetrecipients: + scoder, lemburg, brett.cannon, python-dev
2013-10-12 15:52:54scodersetmessageid: <1381593174.82.0.252038336493.issue19108@psf.upfronthosting.co.za>
2013-10-12 15:52:54scoderlinkissue19108 messages
2013-10-12 15:52:54scodercreate