ANN: Pyrex 0.2.1
Greg Ewing
greg at cosc.canterbury.ac.nz
Thu May 9 00:40:03 EDT 2002
More information about the Python-list mailing list
Thu May 9 00:40:03 EDT 2002
- Previous message (by thread): Dr. Dobb's Python-URL! - weekly Python news and links (May 8)
- Next message (by thread): [Survey] Py Feedback
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Dr. Dobb's Python-URL! - weekly Python news and links (May 8)
- Next message (by thread): [Survey] Py Feedback
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list