[IronPython] [python] Re: Announcement: Project togetsomeCPython C extensions running under IronPython

Curt Hagenlocher curt at hagenlocher.org
Thu Oct 18 00:34:06 CEST 2007


On 10/17/07, Keith J. Farmer <kfarmer at thuban.org> wrote:
>
>  See my earlier email.  I think you **could** keep it in C, compile into
> pure IL.  At that point you have to deal with pointer-driven algorithms (eg,
> NumPy), but you could generate safe code.
>
The basic data type in a CPython extension is a "PyObject *".  That asterisk
there is an old-fashioned way of saying "unsafe code".  :)

--
Curt Hagenlocher
curt at hagenlocher.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20071017/76bff1ce/attachment.html>


More information about the Ironpython-users mailing list