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 Olivier.Grisel
Recipients Olivier.Grisel, brett.cannon, eric.snow, ncoghlan, pitrou, python-dev, sbt
Date 2013-12-13.16:56:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386953772.28.0.546267557483.issue19946@psf.upfronthosting.co.za>
In-reply-to
Content
Why has this issue been closed? Won't the spawn and forkserver mode work in Python 3.4 for Python program started by a Python script (which is probably the majority of programs written in Python under unix)?

Is there any reason not to use the `imp.load_source` code I put in my patch as a temporary workaround if the cleaner runpy.run_path solution is too tricky to implement for the Python 3.4 release time frame?
History
Date User Action Args
2013-12-13 16:56:12Olivier.Griselsetrecipients: + Olivier.Grisel, brett.cannon, ncoghlan, pitrou, python-dev, sbt, eric.snow
2013-12-13 16:56:12Olivier.Griselsetmessageid: <1386953772.28.0.546267557483.issue19946@psf.upfronthosting.co.za>
2013-12-13 16:56:12Olivier.Grisellinkissue19946 messages
2013-12-13 16:56:12Olivier.Griselcreate