Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2019-04-14 06:13:25 -04:00
21 changed files with 36 additions and 36 deletions

View File

@@ -589,7 +589,7 @@ class FragmentsWalker(pysource.SourceWalker, object):
n = n[0] # recurse one step
if n == 'list_for': n = n[3]
elif n == 'list_if': n = n[2]
elif n == 'list_if_not': n= n[2]
elif n == 'list_if_not': n = n[2]
assert n == 'lc_body'
if node[0].kind.startswith('BUILD_LIST'):
start = len(self.f.getvalue())