mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00

* 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.
2 lines
67 B
Python
2 lines
67 B
Python
from test.libregrtest.main import main
|
|
main(_add_python_opts=True)
|