This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-10-20 16:33:53 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c6b293f6c3
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
)
Reference in a new issue
Copy permalink