ANN: Pyrex 0.9.2

greg greg at cosc.canterbury.ac.nz
Tue May 4 02:44:55 EDT 2004


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.





More information about the Python-list mailing list