ANN: Pyrex 0.2.1

Greg Ewing greg at cosc.canterbury.ac.nz
Thu May 9 00:40:03 EDT 2002


Minor bug fix release, to correct a stuffup that I
introduced concerning access to builtins.
(That'll teach me to release spiffy new features
without proper re-testing!)

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

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





More information about the Python-list mailing list