Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r64501:1d61aefe7ef0
Date: 2013-05-22 17:03 -0700
http://bitbucket.org/pypy/pypy/changeset/1d61aefe7ef0/
Log: 2to3
diff --git a/lib-python/3/distutils/unixccompiler.py
b/lib-python/3/distutils/unixccompiler.py
--- a/lib-python/3/distutils/unixccompiler.py
+++ b/lib-python/3/distutils/unixccompiler.py
@@ -134,7 +134,7 @@
executables['ranlib'] = ["ranlib"]
executables['linker_so'] += ['-undefined', 'dynamic_lookup']
- for k, v in executables.iteritems():
+ for k, v in executables.items():
if v and v[0] == 'cc':
v += ['-arch', arch]
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit