mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Whitespace normalization.
This commit is contained in:
parent
0e43db5baa
commit
27f883687b
15 changed files with 26 additions and 35 deletions
|
@ -252,7 +252,7 @@ class TestIsInstanceIsSubclass(unittest.TestCase):
|
|||
|
||||
def test_isinstance_recursion_limit(self):
|
||||
# make sure that issubclass raises RuntimeError before the C stack is
|
||||
# blown
|
||||
# blown
|
||||
self.assertRaises(RuntimeError, blowstack, isinstance, '', str)
|
||||
|
||||
def blowstack(fxn, arg, compare_to):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue