On Sun, Mar 18, 2007 at 06:09:33PM +0100, [EMAIL PROTECTED] wrote:
> Node.typedef = TypeDef('ASTNode',
> __new__ = interp2app(descr_Node_new,
> unwrap_spec=[ObjSpace, W_Root, int]),
> #__repr__ = interp2app(Node.descr_repr,
> unwrap_spec=['self', ObjSpace] ),
> - __repr__ = interp2app(Node.descr_repr,
> unwrap_spec=['self', ObjSpace] ),
> + #__repr__ = interp2app(Node.descr_repr,
> unwrap_spec=['self', ObjSpace] ),Sorry about this. I did not mean to check in the uncommented version in subversion. -- Alexandre Fayolle LOGILAB, Paris (France) Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services Informatique scientifique: http://www.logilab.fr/science Reprise et maintenance de sites CPS: http://www.migration-cms.com/
signature.asc
Description: Digital signature
_______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
