mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
GH-65961: Stop setting __cached__ on modules
This commit is contained in:
parent
e32c975640
commit
28f1334f1a
32 changed files with 93 additions and 240 deletions
|
|
@ -350,7 +350,6 @@ def test_reload_init_module_attrs(self):
|
|||
self.assertIs(loaded.__spec__, self.spec)
|
||||
self.assertNotHasAttr(loaded, '__path__')
|
||||
self.assertNotHasAttr(loaded, '__file__')
|
||||
self.assertNotHasAttr(loaded, '__cached__')
|
||||
|
||||
|
||||
(Frozen_ModuleSpecMethodsTests,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue