Skip to content

Commit 30f743b

Browse files
wip
1 parent 34f0ead commit 30f743b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/testdata/python3/data/module.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ def method(self):
5959
return 'hehe'
6060
global_access(local, val=autre)
6161
finally:
62-
# return in finally was previously tested here but became a syntax error
63-
# in 3.14 and this file is used in 188/1464 tests
64-
a = local
62+
return local
6563

6664
def static_method():
6765
"""static method test"""

0 commit comments

Comments
 (0)