[pypy-issue] [issue1621] CPyExt: PyObject_GetItem() fails on NumPyPy array objects

Amaury Forgeot d'Arc tracker at bugs.pypy.org
Tue Oct 15 09:04:35 CEST 2013


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

...but not completely compatible:
PyInt_Check(obj) returns True, but ((PyIntObject*)obj)->ob_ival will be garbage.

----------
status: resolved -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1621>
________________________________________


More information about the pypy-issue mailing list