[NumPy-Tickets] [NumPy] #1471: Access to private attributes of Py_* objects without using the official C-API
NumPy Trac
numpy-tickets@scipy....
Sun May 30 01:19:31 CDT 2010
#1471: Access to private attributes of Py_* objects without using the official
C-API
------------------------+---------------------------------------------------
Reporter: stefan | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: numpy.core | Version: devel
Keywords: |
------------------------+---------------------------------------------------
Comment(by Ademan):
Replying to [comment:2 Ademan]:
> I attached a fix to one of the many bugs affecting this issue. I
haven't tested it, but it should be fine (famous last words).
I tested it by applying the patch to another copy of numpy, ran `python
setup.py install` in a fresh virtualenv, and ran `python -c 'import numpy;
numpy.test();'` with a version of nose installed to the virtualenv. The
results were "OK (KNOWNFAIL=4, SKIP=4)" which is identical to what I've
gotten before on a clean checkout of numpy trunk. I did, however, notice
"Warning: invalid value encountered in isinf" which I got repeatedly,
which I don't remember getting from the clean checkout.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1471#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list