ANN: Pyrex 0.9.2

greg greg@cosc.canterbury.ac.nz
Tue, 04 May 2004 18:44:55 +1200


Pyrex 0.9.2 is now available:

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

Enhancements:

         * Global variable and attribute names are now interned.
         * String literals are only converted to Python strings once,
           instead of each time they're used.
         * Python string literals may now contain NUL characters.

Also fixed a few more problems with the 0.9.1.1 distribution.


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.