ANN: Pyrex 0.2 released

Greg Ewing greg at cosc.canterbury.ac.nz
Wed May 8 21:55:26 EDT 2002


Pyrex 0.2 is now available:

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

New features in 0.2:

   *   Executable statements allowed at module level.

   *   Python class definitions.

   *   & (address-of) operator for C variables.

Various bugs have also been fixed.

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.

-- 
Greg Ewing, Computer Science Dept, University of Canterbury,	  
Christchurch, New Zealand
To get my email address, please visit my web page:	  
http://www.cosc.canterbury.ac.nz/~greg





More information about the Python-list mailing list