
Hi folks, I just tried to build pypy on my mac, but I get an annotation error. [translation:ERROR] AssertionError': built-in class <type 'Struct'> not found in typename_mapping while compiling _compile [translation:ERROR] .. v500 = getattr(self_30, ('w_dict')) [translation:ERROR] .. '(pypy.interpreter.mixedmodule:34)MixedModule.getdictvalue' [translation:ERROR] Processing block: [translation:ERROR] block@3 is a <class 'pypy.objspace.flow.flowcontext.SpamBlock'> [translation:ERROR] in (pypy.interpreter.mixedmodule:34)MixedModule.getdictvalue [translation:ERROR] containing the following operations: [translation:ERROR] v501 = getattr(space_0, ('finditem')) [translation:ERROR] v500 = getattr(self_30, ('w_dict')) [translation:ERROR] v502 = simple_call(v501, v500, w_name_0) [translation:ERROR] v503 = getattr(self_30, ('lazy')) [translation:ERROR] v504 = is_true(v503) [translation:ERROR] --end-- rev. 38657 checked out on OSX, Python 2.5 I installed nothing yet. Maybe something missing? cheers - chris

Hi Greg, On Wed, Feb 14, 2007 at 11:05:15PM +0000, Greg Bowyer wrote:
Whats left in terms of getting pypy happy with CPython 2.5 ?
We don't know for sure. Someone would have to look at each test failure on 2.5 and decide what to do about it. We already occasionally did that (e.g. the annotator should now be happy with new-style classes based on BaseException instead of old-style classes based on Exception), so there is probably nothing quite deep left. A bientot, Armin

Hi Greg, On Wed, Feb 14, 2007 at 11:05:15PM +0000, Greg Bowyer wrote:
Whats left in terms of getting pypy happy with CPython 2.5 ?
We don't know for sure. Someone would have to look at each test failure on 2.5 and decide what to do about it. We already occasionally did that (e.g. the annotator should now be happy with new-style classes based on BaseException instead of old-style classes based on Exception), so there is probably nothing quite deep left. A bientot, Armin
participants (4)
-
Armin Rigo
-
Christian Tismer
-
Greg Bowyer
-
Scott Dial