2.6.9 elif with multiple COME_FROMs

This commit is contained in:
rocky
2016-07-06 20:53:48 -04:00
parent aa65b098a4
commit 14b4f8e2da
3 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
# 2.6.9 symbols.py
# Bug in 2.6 is having multple COME_FROMs due to the
# "and" in the "if" clause
if __name__:
if __file__ and name:
pass
elif name:
pass