ANN: Pyrex 0.9.8

G

greg

Pyrex 0.9.8 is now available:

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

This version has a number of new features:

* In-place operators (+= etc.) are now supported.

* The Pyrex compiler now has built-in facilities for
automatically tracking down and compiling all the
modules a given module depends on, and for only
compiling modules whose source has changed.

* Some restrictions on nogil functions have been relaxed.
In particular, it's now possible to declare a C method
as nogil.

* A feature has been added that makes it easier to manage
circular imports between .pxd files. It's now possible
to declare two extension types in different .pxd files
that refer to each other.

What is Pyrex?
--------------

Pyrex is a 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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ANN: Pyrex 0.9.8.3 0
ANN: Pyrex 0.9.8.1 0
ANN: Pyrex 0.9.6 3
ANN: Pyrex 0.9.9 0
ANN: Pyrex 0.9.5.1a 0
ANN: Pyrex 0.9.5 0
ANN: Pyrex 0.9.7 0
ANN: Pyrex 0.9.2 0

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top