[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 13:37:38 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):
Yep, these type objects are provided by Python.
$[charris@ubuntu ~]$ objdump -T /usr/lib/libpython2.6.so | grep PyInt_Type
0000000000450860 g DO .data 0000000000000188 Base PyInt_Type
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1471#comment:8>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list