mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)
This commit is contained in:
parent
dc4a212bd3
commit
44b0e76f2a
7 changed files with 101 additions and 0 deletions
|
@ -68,6 +68,12 @@ FROZEN = [
|
|||
'site',
|
||||
'stat',
|
||||
]),
|
||||
('runpy - run module with -m', [
|
||||
"types",
|
||||
"importlib.util",
|
||||
"importlib.machinery",
|
||||
"runpy"
|
||||
]),
|
||||
(TESTS_SECTION, [
|
||||
'__hello__',
|
||||
'__hello__ : __hello_alias__',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue