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-11-04 15:41:43 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
712cb173f8
cpython
/
Lib
/
test
/
__main__.py
3 lines
46 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
Cleanup regrtest "main()" function * Rename libregrtest.main_in_temp_cwd() to libregrtest.main() * Add regrtest.main_in_temp_cwd() alias to libregrtest.main() * Move old main_in_temp_cwd() code into libregrtest.Regrtest.main() * Update multiple scripts to call libregrtest.main()
2016-03-24 17:53:20 +01:00
main
(
)
Reference in a new issue
Copy permalink