Kaydet (Commit) 7fb9640d authored tarafından Jesse Noller's avatar Jesse Noller

Fix issue 3395, update _debugInfo to be _debug_info

üst d6c393ab
...@@ -1037,7 +1037,7 @@ class _TestZZZNumberOfObjects(BaseTestCase): ...@@ -1037,7 +1037,7 @@ class _TestZZZNumberOfObjects(BaseTestCase):
gc.collect() # do garbage collection gc.collect() # do garbage collection
refs = self.manager._number_of_objects() refs = self.manager._number_of_objects()
if refs != EXPECTED_NUMBER: if refs != EXPECTED_NUMBER:
print self.manager._debugInfo() print self.manager._debug_info()
self.assertEqual(refs, EXPECTED_NUMBER) self.assertEqual(refs, EXPECTED_NUMBER)
......
...@@ -67,6 +67,8 @@ Core and Builtins ...@@ -67,6 +67,8 @@ Core and Builtins
Library Library
------- -------
- Issue #3395: fix reference in test_multiprocessing to old debugInfo method
- Issue #3312: Fix two crashes in sqlite3. - Issue #3312: Fix two crashes in sqlite3.
- Issue #1608818: Fix misbehavior in os.listdir() if readdir() fails. - Issue #1608818: Fix misbehavior in os.listdir() if readdir() fails.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment