bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)

This commit is contained in:
Kumar Aditya 2021-12-09 22:21:09 +05:30 committed by GitHub
parent dc4a212bd3
commit 44b0e76f2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 101 additions and 0 deletions

View file

@ -68,6 +68,12 @@ FROZEN = [
'site',
'stat',
]),
('runpy - run module with -m', [
"types",
"importlib.util",
"importlib.machinery",
"runpy"
]),
(TESTS_SECTION, [
'__hello__',
'__hello__ : __hello_alias__',