Y
Yingjie Lan
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
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