[Pyrex] ANN: Pyrex 0.9.4.1

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Apr 21 09:56:19 CEST 2006


Pyrex 0.9.4.1 is now available:

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

This is a very minor update to correct a tab/space
problem in the distutils extension.

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.

--
Greg



More information about the Pyrex mailing list