mirror of
https://github.com/python/cpython.git
synced 2024-11-21 21:09:37 +01:00
9abba715e3
* On Windows, use subprocess.run() instead of os.execv(). * Only add needed options * Rename reexec parameter to _add_python_opts. * Rename --no-reexec option to --dont-add-python-opts.
3 lines
67 B
Python
3 lines
67 B
Python
from test.libregrtest.main import main
|
|
main(_add_python_opts=True)
|