Message206120
| 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? |
|