Author: Ronan Lamy <[email protected]>
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
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit