ANN: Pyrex 0.8.1
by Gregarius other posts by this author
Jun 29 2003 7:35AM messages near this date
RELEASED: Python 2.3b2
|
ANN: Twisted 1.0.6 (includes security fixes)
Pyrex 0.8.1 is now available:
http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
This release fixes some breakage in 0.8 that resulted in
mangled names being used for some declarations in external
header files.
The distutils extension has also been modified slightly
to stop it from attempting to compile the generated C
file if the Pyrex compiler reports errors.
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.
--
http://mail.python.org/mailman/listinfo/python-announce-list
|