[issue19978] Update multiprocessing.spawn to use runpy.run_path

2019-08-06 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: Working on issue 19982 is important prior to this. -- ___ Python tracker ___ ___ Python-bugs-li

[issue19978] Update multiprocessing.spawn to use runpy.run_path

2019-07-02 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue19978] Update multiprocessing.spawn to use runpy.run_path

2013-12-14 Thread Nick Coghlan
Changes by Nick Coghlan : -- dependencies: +Add a "target" parameter to runpy.run_path and runpy.run_module ___ Python tracker ___ ___

[issue19978] Update multiprocessing.spawn to use runpy.run_path

2013-12-14 Thread Nick Coghlan
Changes by Nick Coghlan : -- dependencies: +Handle a non-importable __main__ in multiprocessing ___ Python tracker ___ ___ Python-bugs

[issue19978] Update multiprocessing.spawn to use runpy.run_path

2013-12-13 Thread Brett Cannon
Changes by Brett Cannon : -- dependencies: +refactor pythonrun.c to make use of specs (__main__.__spec__) ___ Python tracker ___ ___ P

[issue19978] Update multiprocessing.spawn to use runpy.run_path

2013-12-13 Thread Brett Cannon
New submission from Brett Cannon: Once the 'target' parameter for runpy.run_path lands then multiprocessing.spawn should be updated to use it. -- components: Library (Lib) messages: 206117 nosy: brett.cannon, jnoller, ncoghlan, sbt priority: normal severity: normal stage: test needed st