bpo-45654: No need to freeze types (GH-30028)

This commit is contained in:
Christian Heimes 2021-12-10 20:09:09 +02:00 committed by GitHub
parent 3f398a77d3
commit 16638a4bdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 5 additions and 27 deletions

View file

@ -69,10 +69,9 @@ FROZEN = [
'stat',
]),
('runpy - run module with -m', [
"types",
"importlib.util",
"importlib.machinery",
"runpy"
"runpy",
]),
(TESTS_SECTION, [
'__hello__',