ANN: Pyrex 0.8.1

Gregarius me at privacy.net
Sun Jun 29 03:35:12 EDT 2003


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.





More information about the Python-list mailing list