ANN: Pyrex 0.9.2.1
greg
greg@cosc.canterbury.ac.nz
Wed, 05 May 2004 19:42:53 +1200
Pyrex 0.9.2.1 is now available:
http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
I really haven't been having much luck with the
setup.py file lately! Here's hoping it's finally
right this time.
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.