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.

Author vstinner
Recipients miss-islington, serhiy.storchaka, shihai1991, vinay.sajip, vstinner
Date 2020-06-11.15:43:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591890225.46.0.66617588886.issue40275@roundup.psfhosted.org>
In-reply-to
Content
I'm no longer sure that it's worth it to create support.process_helper. I only see these functions which would be untroversial for process_helper:

* wait_process()
* reap_children()
* args_from_interpreter_flags()
* optim_args_from_interpreter_flags()

PythonSymlink might be moved to support.script_helper instead.

For now, I suggest to leave all these functions in support/__init__.py.
History
Date User Action Args
2020-06-11 15:43:45vstinnersetrecipients: + vstinner, vinay.sajip, serhiy.storchaka, miss-islington, shihai1991
2020-06-11 15:43:45vstinnersetmessageid: <1591890225.46.0.66617588886.issue40275@roundup.psfhosted.org>
2020-06-11 15:43:45vstinnerlinkissue40275 messages
2020-06-11 15:43:45vstinnercreate