Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r67625:ecf25bee47a9
Date: 2013-10-25 11:53 -0700
http://bitbucket.org/pypy/pypy/changeset/ecf25bee47a9/

Log:    2to3

diff --git a/pypy/module/cpyext/test/test_ndarrayobject.py 
b/pypy/module/cpyext/test/test_ndarrayobject.py
--- a/pypy/module/cpyext/test/test_ndarrayobject.py
+++ b/pypy/module/cpyext/test/test_ndarrayobject.py
@@ -267,7 +267,7 @@
                 ),
                 ("test_DescrFromType", "METH_O",
                 """
-                    Signed typenum = PyInt_AsLong(args);
+                    Signed typenum = PyLong_AsLong(args);
                     return _PyArray_DescrFromType(typenum);
                 """
                 ),
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to