mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Implement PEP 3121: new module initialization and finalization API.
This commit is contained in:
parent
cdf94635d7
commit
1a21451b1d
113 changed files with 2230 additions and 855 deletions
|
@ -458,7 +458,7 @@ class SizeofTest(unittest.TestCase):
|
|||
# builtin_function_or_method
|
||||
self.check_sizeof(abs, h + 3*p)
|
||||
# module
|
||||
self.check_sizeof(unittest, h + p)
|
||||
self.check_sizeof(unittest, h + 3*p)
|
||||
# range
|
||||
self.check_sizeof(range(1), h + 3*p)
|
||||
# slice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue