On Mon, Feb 27, 2012 at 11:16 AM, Phillip Class <phillip.d.cl...@gmail.com> wrote: > Hi Maciej, > > It's very big but here is the entire thing: > http://pastebin.com/MkmHPBAU > > Thanks, > > Phil
On the unrelated note, you might want to install libbz2 and ncurses ;-) > > > On Mon, Feb 27, 2012 at 7:07 PM, Maciej Fijalkowski <fij...@gmail.com> > wrote: >> >> On Mon, Feb 27, 2012 at 10:12 AM, Maciej Fijalkowski <fij...@gmail.com> >> wrote: >> > On Mon, Feb 27, 2012 at 9:39 AM, Phillip Class >> > <phillip.d.cl...@gmail.com> wrote: >> >> Hi Maciej, >> >> >> >> In Pdb they look like this: >> >> >> >> [translation] start debugger... >> >>> >> >>> >> >>> /home/user/Desktop/pypy/pypy/annotation/annrpython.py(235)addpendingblock() >> >> -> assert annmodel.unionof(s_oldarg, s_newarg) == s_oldarg >> >> (Pdb+) s_oldarg >> >> SomeInstance(can_be_None=False, >> >> classdef=pypy.objspace.std.intobject.W_IntObject) >> >> (Pdb+) s_newarg >> >> SomeInstance(can_be_None=False, >> >> classdef=pypy.objspace.std.stringobject.W_StringObject) >> > >> > This is so obscure..... >> > >> > Temporarily you can go and disable those functions by going to >> > pypy/module/pypyjit/__init__.py and commenting out 3 lines with >> > set_compile_hook, set_optimize_hook and set_abort_hook. I'm looking >> > into the actual solution in the meantime. >> > >> > Cheers, >> > fijal >> >> Hi Philip >> >> Can you paste the entire output somewhere? > > _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev