ANN: Pyrex 0.8.1

Gregarius me@privacy.net
Sun, 29 Jun 2003 19:35:12 +1200


Pyrex 0.8.1 is now available:

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

This release fixes some breakage in 0.8 that resulted in
mangled names being used for some declarations in external
header files.

The distutils extension has also been modified slightly
to stop it from attempting to compile the generated C
file if the Pyrex compiler reports errors.

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.