Hi,
On Mon, Feb 27, 2012 at 18:39, Phillip Class wrote:
>> /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_IntObjec
On Mon, Feb 27, 2012 at 11:16 AM, Phillip Class
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 Fijalkowsk
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 wrote:
> On Mon, Feb 27, 2012 at 10:12 AM, Maciej Fijalkowski
> wrote:
> > On Mon, Feb 27, 2012 at 9:39 AM, Phillip Class
> > wrote:
> >> Hi Ma
On Mon, Feb 27, 2012 at 10:12 AM, Maciej Fijalkowski wrote:
> On Mon, Feb 27, 2012 at 9:39 AM, Phillip Class
> wrote:
>> Hi Maciej,
>>
>> In Pdb they look like this:
>>
>> [translation] start debugger...
>>>
>>> /home/user/Desktop/pypy/pypy/annotation/annrpython.py(235)addpendingblock()
>> -> ass
On Mon, Feb 27, 2012 at 9:39 AM, Phillip Class
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
>
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_In
On Mon, Feb 27, 2012 at 6:59 AM, Phillip Class wrote:
> Hello,
>
> On Ubuntu 10.04 LTS 64-bit with Python 2.7, after cloning the latest repo I
> am trying to build pypy with cx_Oracle mod using the command:
> python translate.py -Ojit targetpypystandalone.py --withmod-oracle
>
> After quite awhile
Hello,
On Ubuntu 10.04 LTS 64-bit with Python 2.7, after cloning the latest repo I
am trying to build pypy with cx_Oracle mod using the command:
python translate.py -Ojit targetpypystandalone.py --withmod-oracle
After quite awhile it fails with the following translation errors. Can
somebody pleas