[issue19701] Update multiprocessing for PEP 451

2013-12-13 Thread Brett Cannon
Brett Cannon added the comment: 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). -- dependencies: -refactor pythonrun.c to make use of specs (__main__.__spec__) resolution: -> fixed status: open

[issue19701] Update multiprocessing for PEP 451

2013-12-10 Thread Eric Snow
Eric Snow added the comment: This came up in issue19946. -- nosy: +sbt ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue19701] Update multiprocessing for PEP 451

2013-12-05 Thread Eric Snow
Eric Snow added the comment: In Lib/multiprocessing/spawn.py the following need changing: get_preparation_data() import_main_path() -- dependencies: +refactor pythonrun.c to make use of specs (__main__.__spec__) ___ Python tracker

[issue19701] Update multiprocessing for PEP 451

2013-11-23 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue19701] Update multiprocessing for PEP 451

2013-11-22 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue19701] Update multiprocessing for PEP 451

2013-11-22 Thread Brett Cannon
New submission from Brett Cannon: Specifically Lib/multiprocessing/spawn.py:import_main_path() -- components: Library (Lib) messages: 203802 nosy: brett.cannon priority: normal severity: normal stage: test needed status: open title: Update multiprocessing for PEP 451 versions: Python 3.4