Author: mattip <matti.pi...@gmail.com>
Branch: cleanup-includes
Changeset: r83607:f4521e08f5ac
Date: 2016-04-11 23:24 +0300
http://bitbucket.org/pypy/pypy/changeset/f4521e08f5ac/

Log:    typo

diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/pypy/module/cpyext/api.py
@@ -1222,7 +1222,7 @@
         PyObjectP, 'pypy_static_pyobjs', eci2, c_type='PyObject **',
         getter_only=True, declare_as_extern=False)
 
-    for name, func in FUNCTIONS_BY_HEADER.iteritems():
+    for header, header_functions in FUNCTIONS_BY_HEADER.iteritems():
         for name, func in header_functions.iteritems():
             newname = mangle_name('PyPy', name) or name
             deco = entrypoint_lowlevel("cpyext", func.argtypes, newname, 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to