mirror of
https://github.com/python/cpython.git
synced 2025-07-18 16:55:20 +00:00
bpo-45654: No need to freeze types (GH-30028)
This commit is contained in:
parent
3f398a77d3
commit
16638a4bdb
7 changed files with 5 additions and 27 deletions
|
@ -69,10 +69,9 @@ FROZEN = [
|
|||
'stat',
|
||||
]),
|
||||
('runpy - run module with -m', [
|
||||
"types",
|
||||
"importlib.util",
|
||||
"importlib.machinery",
|
||||
"runpy"
|
||||
"runpy",
|
||||
]),
|
||||
(TESTS_SECTION, [
|
||||
'__hello__',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue