15 Aug 2002 12:28
ANN: Pyrex 0.4.1
Greg Ewing <see_reply_address <at> something.invalid>
2002-08-15 10:28:13 GMT
2002-08-15 10:28:13 GMT
Pyrex 0.4.1 is now available:
http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
The main new feature is that you can now deal with
C header files that define structs this way:
typedef struct {
...
} Foo;
by using the new "ctypedef struct" statement.
See the Language Overview for details:
http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/version/Doc/overview.html#StructDeclStyles
Plus various bug fixes.
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
(Continue reading)
Find it at its new home :
License? What's that? This experimental version (0.4.3) can be considered
public domain. The license of future versions may differ.
Cheers,
--
Hans (base64.decodestring('d3VybXlAZWFydGhsaW5rLm5ldA=='))
# decode for email address
RSS Feed