Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ANN: Pyrex 0.3 -- Extension Types

0 views
Skip to first unread message

Greg Ewing

unread,
Jun 6, 2002, 11:42:48 PM6/6/02
to
Pyrex 0.3 is now available:

http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/

Major new feature: EXTENSION TYPES

You can now define new built-in types in Pyrex, and
use them to wrap arbitrary C data structures. See
the Language Overview for details.

For an example, see Demos/spam.pyx in the distribution.

What is Pyrex?
--------------

Pyrex is a new language for writing Python extension modules.
It lets you freely mix operations on Python and C data, with
all Python reference counting and error checking handled
automatically.

--
Greg Ewing, Computer Science Dept,
University of Canterbury,
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg


0 new messages