[pypy-dev] Translation Error building with cx_Oracle

Phillip Class phillip.d.class at gmail.com
Mon Feb 27 20:16:04 CET 2012


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 <fijall at gmail.com>wrote:

> On Mon, Feb 27, 2012 at 10:12 AM, Maciej Fijalkowski <fijall at gmail.com>
> wrote:
> > On Mon, Feb 27, 2012 at 9:39 AM, Phillip Class
> > <phillip.d.class at 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?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20120227/00685a33/attachment.html>


More information about the pypy-dev mailing list