ANN: Pyrex 0.9.5

greg greg at cosc.canterbury.ac.nz
Sat Jan 27 09:31:20 CET 2007


Pyrex 0.9.5 is now available:

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

Warning Elimination

Extensive changes have been made in this version in an
effort to eliminate most of the C compiler warnings that
used to occur when compiling with distutils.

There are also numerous other enhancements and bug fixes.
See the CHANGES file in the distribution or on the web
site for a full list.

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

Pyrex is a 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.


More information about the Python-announce-list mailing list