mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
put import_fresh_module in __all__
This commit is contained in:
parent
1c3fd58281
commit
262c5827a5
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ __all__ = [
|
||||||
"set_memlimit", "bigmemtest", "bigaddrspacetest", "BasicTestRunner",
|
"set_memlimit", "bigmemtest", "bigaddrspacetest", "BasicTestRunner",
|
||||||
"run_unittest", "run_doctest", "threading_setup", "threading_cleanup",
|
"run_unittest", "run_doctest", "threading_setup", "threading_cleanup",
|
||||||
"reap_children", "cpython_only", "check_impl_detail", "get_attribute",
|
"reap_children", "cpython_only", "check_impl_detail", "get_attribute",
|
||||||
|
"import_fresh_module"
|
||||||
]
|
]
|
||||||
|
|
||||||
class Error(Exception):
|
class Error(Exception):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue