Hi Maciej,

It's very big but here is the entire thing:
http://pastebin.com/MkmHPBAU

Thanks,

Phil

On Mon, Feb 27, 2012 at 7:07 PM, Maciej Fijalkowski <[email protected]>wrote:

> On Mon, Feb 27, 2012 at 10:12 AM, Maciej Fijalkowski <[email protected]>
> wrote:
> > On Mon, Feb 27, 2012 at 9:39 AM, Phillip Class
> > <[email protected]> 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
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to