Thanks to visit codestin.com Credit goes to github.com
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 198457a commit 63085d4Copy full SHA for 63085d4
1 file changed
Lib/test/test_future1.py
@@ -1,5 +1,7 @@
1
"""This is a test"""
2
-from __future__ import nested_scopes
+
3
+# Import the name nested_scopes twice to trigger SF bug #407394 (regression).
4
+from __future__ import nested_scopes, nested_scopes
5
6
def f(x):
7
def g(y):
0 commit comments