Skip to content

Commit 980e76e

Browse files
CPython Developersyouknowone
authored andcommitted
Update test_exception_variations from v3.14.2
1 parent cb138c8 commit 980e76e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Lib/test/test_exception_variations.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,6 @@ def test_nested_exception_in_finally_with_exception(self):
294294
self.assertTrue(hit_except)
295295

296296

297-
# TODO: RUSTPYTHON
298-
'''
299297
class ExceptStarTestCases(unittest.TestCase):
300298
def test_try_except_else_finally(self):
301299
hit_except = False
@@ -571,7 +569,7 @@ def test_nested_else_mixed2(self):
571569
self.assertFalse(hit_else)
572570
self.assertTrue(hit_finally)
573571
self.assertTrue(hit_except)
574-
'''
572+
575573

576574
if __name__ == '__main__':
577575
unittest.main()

0 commit comments

Comments
 (0)