[pypy-dev] [pypy-svn] r40710 - pypy/dist/pypy/interpreter/astcompiler

Alexandre Fayolle alexandre.fayolle at logilab.fr
Sun Mar 18 21:09:06 CET 2007


On Sun, Mar 18, 2007 at 06:09:33PM +0100, arigo at codespeak.net 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/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 481 bytes
Desc: Digital signature
Url : http://codespeak.net/pipermail/pypy-dev/attachments/20070318/75d516af/attachment.pgp 


More information about the pypy-dev mailing list