
I've tried running the parrotbench code with pypy and (eventually :-) got this far: b0 -- after 52 minutes: OverflowError: long int too large to convert to int b1 -- infinite recursion b2 -- passes b3 -- failed, after an hour with "(application-level) AttributeError: __cmp__" b4 -- ENO__subclasses__ b5 -- b6 -- Of the errors, I've only made the faintest effort to understand the b3 one, and only got confused there :-/ (quiz: what is object.__cmp__? not sure this is relavent, but it might be). I might try b5 & b6 tonight. Cheers, mwh -- Never meddle in the affairs of NT. It is slow to boot and quick to crash. -- Stephen Harris -- http://home.xnet.com/~raven/Sysadmin/ASR.Quotes.html

Michael Hudson <mwh@python.net> writes:
I think I've fixed the immediate bug, but I haven't rerun this yet.
b1 -- infinite recursion
Which makes sense when you actually look at b1.py... not sure what to do about this.
b4 -- ENO__subclasses__
How do we implement weakrefs? :-)
b5 --
Fails because unicde integration is basically non-existent (try u'' == '').
b6 --
Looks like it should work, but ran my machine out of memory... Cheers, mwh -- Never meddle in the affairs of NT. It is slow to boot and quick to crash. -- Stephen Harris -- http://home.xnet.com/~raven/Sysadmin/ASR.Quotes.html

Michael Hudson <mwh@python.net> writes:
I think I've fixed the immediate bug, but I haven't rerun this yet.
b1 -- infinite recursion
Which makes sense when you actually look at b1.py... not sure what to do about this.
b4 -- ENO__subclasses__
How do we implement weakrefs? :-)
b5 --
Fails because unicde integration is basically non-existent (try u'' == '').
b6 --
Looks like it should work, but ran my machine out of memory... Cheers, mwh -- Never meddle in the affairs of NT. It is slow to boot and quick to crash. -- Stephen Harris -- http://home.xnet.com/~raven/Sysadmin/ASR.Quotes.html
participants (2)
-
Armin Rigo
-
Michael Hudson