mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Shrink the LOAD_METHOD cache by one codeunit. (#93537)
This commit is contained in:
parent
75ceae05c1
commit
f012df706c
8 changed files with 12 additions and 18 deletions
|
@ -1047,7 +1047,7 @@ class DisTests(DisTestBase):
|
|||
for cache in caches:
|
||||
self.assertRegex(cache, pattern)
|
||||
self.assertEqual(caches.count(""), 8)
|
||||
self.assertEqual(len(caches), 23)
|
||||
self.assertEqual(len(caches), 22)
|
||||
|
||||
|
||||
class DisWithFileTests(DisTests):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue