Author: Ronan Lamy <ronan.l...@gmail.com>
Branch: py3.5
Changeset: r91685:c85122eab568
Date: 2017-07-04 21:43 +0100
http://bitbucket.org/pypy/pypy/changeset/c85122eab568/

Log:    fix test

diff --git a/pypy/module/cpyext/test/test_typeobject.py 
b/pypy/module/cpyext/test/test_typeobject.py
--- a/pypy/module/cpyext/test/test_typeobject.py
+++ b/pypy/module/cpyext/test/test_typeobject.py
@@ -383,7 +383,7 @@
                     return Py_False;
                 }
                 return args->ob_type->tp_descr_get(args, NULL,
-                                                   (PyObject *)&PyInt_Type);
+                                                   (PyObject *)&PyLong_Type);
              '''
              )
             ])
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to