
Pyrex 0.2.2 is now available: http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ Bugs fixed in 0.2.2: * Error reporting (again! Made note to self to fix this in the Mac version so it doesn't keep coming back!) * Code generated for print statements no longer supplies its own declaration of isspace (seems to be unnecessary because the Python 2.2 headers include ctype.h, and my declaration was conflicting with the standard one on Windows). 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
participants (1)
-
Greg Ewing