[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 11:42:22 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 charris):
Fixing things like this, "numpy/core/src/multiarray/arraytypes.c.src:1494:
error: request for member ‘tp_new’ in something not a structure or union",
is likely to be trickier, since the code refers to an instance of a type
object that has to be provided by Python. Or so it appears to me. I'm not
sure how pypy handles these things, but this looks to me like maybe a pypy
problem.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1471#comment:6>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list