ANN: expy 0.6.6 released!

Yingjie Lan lanyjie at yahoo.com
Sun May 2 19:24:11 EDT 2010


EXPY is an express way to extend Python!

EXPY provides a way to extend python in an elegant way. For more information and a tutorial, see: http://expy.sourceforge.net/

What's new:

1. Special methods can now take @throws decorators.
2. Added convenience macros <type>_NEW and <type>_CheckExact for extension types.
3. Give warnings of missing Py_INCREF on all methods/functions returning an object. 
4. And the responsibility of Py_INCREF is left for the developer.
5. Documentation update.

Cheers,

Yingjie


      



More information about the Python-list mailing list