Hi Adrien, On Fri, Jan 07, 2005 at 09:16:27PM +0100, Adrien Di Mascio wrote: > TypeError: emitcode() takes exactly 1 argument (2 given) > > A quick and dirty (partial) fix could be to add a "public=True" > argument to the GenCL.emitcode() method, but I'm just a PyPy newbie > for now, I don't really know how everything works and I'm not a Lisp > Expert, so ... I just raise up the error here :-)
I checked this fix in. It seems that "public" was needed by the Pyrex generator, but the CL generator doesn't know what to do with that (at least for now), so it should just ignore it. Armin _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
