summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-12-10 18:09:09 (GMT)
committerGitHub <noreply@github.com>2021-12-10 18:09:09 (GMT)
commit16638a4bdb802ae52d386a39d2dbef14de3fbc92 (patch)
tree2e1182e7d23fc5c59327fc9b4cd938fd491b49b2 /Tools
parent3f398a77d37b5dfd51dabbc362d482a482fa885a (diff)
downloadcpython-16638a4bdb802ae52d386a39d2dbef14de3fbc92.zip
cpython-16638a4bdb802ae52d386a39d2dbef14de3fbc92.tar.gz
cpython-16638a4bdb802ae52d386a39d2dbef14de3fbc92.tar.bz2
bpo-45654: No need to freeze types (GH-30028)
Diffstat (limited to 'Tools')
-rw-r--r--Tools/scripts/freeze_modules.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/scripts/freeze_modules.py b/Tools/scripts/freeze_modules.py
index b0c9531..58d1398 100644
--- a/Tools/scripts/freeze_modules.py
+++ b/Tools/scripts/freeze_modules.py
@@ -69,10 +69,9 @@ FROZEN = [
'stat',
]),
('runpy - run module with -m', [
- "types",
"importlib.util",
"importlib.machinery",
- "runpy"
+ "runpy",
]),
(TESTS_SECTION, [
'__hello__',