ANN: Pyrex 0.4.6

Greg Ewing see_reply_address at something.invalid
Thu Nov 7 21:54:28 EST 2002


Pyrex 0.4.6 is now available:

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

There's just one bug fix in this release, to make
indexing of multi-dimensional C arrays work properly.


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





More information about the Python-list mailing list