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 b214afa commit 94cfb15Copy full SHA for 94cfb15
bpython/test/test_interpreter.py
@@ -67,7 +67,7 @@ def gfunc():
67
68
i.runsource('gfunc()')
69
70
- if pypy:
+ if pypy and not py3:
71
global_not_found = "global name 'gfunc' is not defined"
72
else:
73
global_not_found = "name 'gfunc' is not defined"
0 commit comments