[ANN] Pyrex 0.7.1

Greg Ewing (using news.cis.dfn.de) ckea25d02 at sneakemail.com
Tue Apr 15 23:21:06 EDT 2003


Pyrex 0.7.1 is now available:

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

This release fixes several bugs. See the web page and CHANGES file for
more information.

There is also one new demo included, showing how to pass a
Python function to a C function as a callback.

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