mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Merge 3.5 (Issue #19235)
This commit is contained in:
commit
bb215e2300
31 changed files with 101 additions and 69 deletions
|
@ -196,7 +196,7 @@ class DictSetTest(unittest.TestCase):
|
|||
def test_recursive_repr(self):
|
||||
d = {}
|
||||
d[42] = d.values()
|
||||
self.assertRaises(RuntimeError, repr, d)
|
||||
self.assertRaises(RecursionError, repr, d)
|
||||
|
||||
def test_abc_registry(self):
|
||||
d = dict(a=1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue