Pyrex 0.4.5 has a public declaration for making C variables
and functions available to external C code.
Pyrex 0.4.4 now produces tracebacks that show where an error
occurred in Pyrex code.
Pyrex 0.4.3 introduces a new kind of for-loop for iterating over
ranges of integers at C speed. See the
Integer For-Loops section of the Language Overview.
Pyrex 0.4.2 allows any C function to propagate exceptions to its
caller, using a new form of declaration. See
Error Return Values in the Language Overview.
Pyrex 0.4 includes substantial new features for dealing with
declarations in C header files and pre-existing Python types. See the
new sections in the Language Overview on
External Declarations and
External Extension Types .
Graham Fawcett of the
University of Windsor has contributed a distutils extension for
compiling Pyrex modules, which is included with Pyrex.