mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Fix issue 3395, update _debugInfo to be _debug_info
This commit is contained in:
parent
d6c393ab2b
commit
7fb9640d57
2 changed files with 3 additions and 1 deletions
|
@ -1037,7 +1037,7 @@ class _TestZZZNumberOfObjects(BaseTestCase):
|
|||
gc.collect() # do garbage collection
|
||||
refs = self.manager._number_of_objects()
|
||||
if refs != EXPECTED_NUMBER:
|
||||
print self.manager._debugInfo()
|
||||
print self.manager._debug_info()
|
||||
|
||||
self.assertEqual(refs, EXPECTED_NUMBER)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue