From: Yingjie Lan on
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. Correct treatment of __init__ method.
2. Give warnings of missing Py_INCREF on
appropriate special type methods.
3. Documentation update.

Cheers,

Yingjie