2011/5/3 renaud blanch <[email protected]>: > I quickly tested pypy-1.5 (osx64 binary from your download page) with > some code I use as benchmark (some solutions to Google code jam > problems), and I got a reproductible "Fatal RPython error: > BytecodeCorruption". > > The minimal code sample that reproduce this behaviour I could came up with is: > <code> > def what(_="whatever"): > return (_ if _ else _) if False else _ > what() > </code> > > This code works as expected with any cpython and with pypy-1.4.1 on > the same machine (Intel Core 2 Duo iMac/Mac OS X 10.6.7). > > Should I open a bug on the pypy tracker?
Yes please ! -- Amaury Forgeot d'Arc _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
