Issue 19978: Update multiprocessing.spawn to use runpy.run_path (original) (raw)

Issue19978

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/64177

classification

Title: Update multiprocessing.spawn to use runpy.run_path
Type: Stage: test needed
Components: Library (Lib) Versions: Python 3.5

process

Status: open Resolution:
Dependencies: 19697 19946 [19982](issue19982 "Add a "target" parameter to runpy.run_path and runpy.run_module") Superseder:
Assigned To: Nosy List: brett.cannon, jnoller, nanjekyejoannah, ncoghlan, sbt
Priority: normal Keywords:

Created on 2013-12-13 16:44 by brett.cannon, last changed 2022-04-11 14:57 by admin.

Messages (2)
msg206117 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2013-12-13 16:44
Once the 'target' parameter for runpy.run_path lands then multiprocessing.spawn should be updated to use it.
msg349122 - (view) Author: Joannah Nanjekye (nanjekyejoannah) * (Python committer) Date: 2019-08-06 17:41
Working on issue 19982 is important prior to this.
History
Date User Action Args
2022-04-11 14:57:55 admin set github: 64177
2019-08-06 17:41:06 nanjekyejoannah set messages: +
2019-07-02 14:44:52 nanjekyejoannah set nosy: + nanjekyejoannah
2013-12-14 13:22:30 ncoghlan set dependencies: + Add a "target" parameter to runpy.run_path and runpy.run_module
2013-12-14 13🔞47 ncoghlan set dependencies: + Handle a non-importable __main__ in multiprocessing
2013-12-13 19:53:20 brett.cannon set dependencies: + Document the possible values for __main__.__spec__
2013-12-13 16:44:41 brett.cannon create

Supported by The Python Software Foundation,
Powered by Roundup

Copyright © 1990-2022, Python Software Foundation
Legal Statements