[IronPython] [python] Re: Announcement: Project togetsomeCPython C extensions running under IronPython
Curt Hagenlocher
curt at hagenlocher.org
Wed Oct 17 15:34:06 PDT 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://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20071017/76bff1ce/attachment.html
More information about the Users
mailing list