ANN: Pyrex 0.7.2

Greg Ewing (using news.cis.dfn.de) ckea25d02@sneakemail.com
Thu, 17 Apr 2003 12:57:51 +1200


Pyrex 0.7.2 is now available:

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

This release fixes another couple of bugs, and also
supplies the Demo/callback/cheesefinder.c file that got
missed out before.

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