New issue 1836: Unwrapped use of LONGLONG_MASK breaks translation on x86
https://bitbucket.org/pypy/pypy/issue/1836/unwrapped-use-of-longlong_mask-breaks
Martin Matusiak:
```
#!python
[translation:info] File
"/home/alex/inspect/pypy-mine/rpython/annotator/bookkeeper.py", line 231, in
immutablevalue
[translation:info] raise Exception("seeing a prebuilt long (value %s)" %
hex(x))
[translation:ERROR] Exception: seeing a prebuilt long (value
0xffffffffffffffffL)
[translation:ERROR] Processing block:
[translation:ERROR] block@76 is a <class
'rpython.flowspace.flowcontext.SpamBlock'>
[translation:ERROR] in (pypy.module._lzma.interp_lzma:274)descr_new_dec
[translation:ERROR] containing the following operations:
[translation:ERROR] v498 = simple_call((type r_ulonglong),
(18446744073709551615L))
```
The constant should be wrapped at module level.
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue