Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update multiprocessing for PEP 451 #63900

Closed
brettcannon opened this issue Nov 22, 2013 · 4 comments
Closed

Update multiprocessing for PEP 451 #63900

brettcannon opened this issue Nov 22, 2013 · 4 comments
Labels
stdlib Python modules in the Lib dir

Comments

@brettcannon
Copy link
Member

BPO 19701
Nosy @brettcannon, @ericsnowcurrently

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2013-12-13.19:52:36.344>
created_at = <Date 2013-11-22.16:34:03.565>
labels = ['library']
title = 'Update multiprocessing for PEP 451'
updated_at = <Date 2013-12-13.19:52:36.340>
user = 'https://github.com/brettcannon'

bugs.python.org fields:

activity = <Date 2013-12-13.19:52:36.340>
actor = 'brett.cannon'
assignee = 'none'
closed = True
closed_date = <Date 2013-12-13.19:52:36.344>
closer = 'brett.cannon'
components = ['Library (Lib)']
creation = <Date 2013-11-22.16:34:03.565>
creator = 'brett.cannon'
dependencies = []
files = []
hgrepos = []
issue_num = 19701
keywords = []
message_count = 4.0
messages = ['203802', '205353', '205884', '206143']
nosy_count = 4.0
nosy_names = ['brett.cannon', 'Arfrever', 'sbt', 'eric.snow']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'test needed'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue19701'
versions = ['Python 3.5']

@brettcannon
Copy link
Member Author

Specifically Lib/multiprocessing/spawn.py:import_main_path()

@brettcannon brettcannon added the stdlib Python modules in the Lib dir label Nov 22, 2013
@ericsnowcurrently
Copy link
Member

In Lib/multiprocessing/spawn.py the following need changing:

get_preparation_data()
import_main_path()

@ericsnowcurrently
Copy link
Member

This came up in bpo-19946.

@brettcannon
Copy link
Member Author

I think this is as fixed as it's going to be until Python 3.5 and the code is updated to use runpy (see http://bugs.python.org/issue19978).

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

2 participants