We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f0ead commit 30f743bCopy full SHA for 30f743b
tests/testdata/python3/data/module.py
@@ -59,9 +59,7 @@ def method(self):
59
return 'hehe'
60
global_access(local, val=autre)
61
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
+ return local
65
66
def static_method():
67
"""static method test"""
0 commit comments