ANN: Pyrex 0.4.5

Greg Ewing greg@cosc.canterbury.ac.nz
Mon, 14 Oct 2002 16:41:22 +1300


Pyrex 0.4.5 is now available:

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

New Features:

    * There is now a 'public' declaration for
      making Pyrex-defined variables and functions
      available to external C code.

There are also some other minor improvements and bug
fixes. See the CHANGES file in the distribution for a
full list.


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
http://www.cosc.canterbury.ac.nz/~greg