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 eric.snow
Recipients eric.snow, mathias, ncoghlan
Date 2013-06-27.04:34:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372307684.41.0.360048725102.issue18309@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Mathias.  There is a current proposal (http://www.python.org/dev/peps/pep-0432/) for improving interpreter startup.  So changes in this area are subject to extra caution.  The changes you are talking about are at least indirectly impacted by the proposal, though I expect they are more directly tied to what happens in site.py.

As to your proposal, aren't the embedding needs already addressed?  See http://docs.python.org/2/c-api/intro.html#embedding-python.  Is there some convention for keeping the site files adjacent to the SO/DLL that would warrant your proposed code?

p.s. this would be a new feature so it only applies to Python 3.4.
History
Date User Action Args
2013-06-27 04:34:44eric.snowsetrecipients: + eric.snow, ncoghlan, mathias
2013-06-27 04:34:44eric.snowsetmessageid: <1372307684.41.0.360048725102.issue18309@psf.upfronthosting.co.za>
2013-06-27 04:34:44eric.snowlinkissue18309 messages
2013-06-27 04:34:43eric.snowcreate