This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2024-11-21 21:09:37 +01:00
Code
Issues
Releases
Activity
09c240f20c
cpython
/
Lib
/
test
/
__main__.py
3 lines
67 B
Python
Raw
Normal View
History
Unescape
Escape
gh-109162: libregrtest: use relative imports (#109250) libregrtest.__init__ no longer exposes any symbol, so "python -m test.libregrtest.worker" imports less modules.
2023-09-11 09:02:35 +02:00
from
test
.
libregrtest
.
main
import
main
gh-109566: Fix regrtest code adding Python options (#109926) * 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.
2023-09-26 23:59:11 +02:00
main
(
_add_python_opts
=
True
)
Copy Permalink