[issue40275] test.support has way too many imports

STINNER Victor report at bugs.python.org
Thu Jun 11 11:43:45 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40275>
_______________________________________


More information about the Python-bugs-list mailing list