mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
More 2to3 fixes in the Tools directory. Fixes #2893.
This commit is contained in:
parent
acbca71ea7
commit
bf82e374ee
38 changed files with 1999 additions and 2032 deletions
|
|
@ -460,7 +460,7 @@ def main():
|
|||
somevars = {}
|
||||
if os.path.exists(makefile_in):
|
||||
makevars = parsesetup.getmakevars(makefile_in)
|
||||
for key in makevars.keys():
|
||||
for key in makevars:
|
||||
somevars[key] = makevars[key]
|
||||
|
||||
somevars['CFLAGS'] = ' '.join(cflags) # override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue