Hi Ned,
On Fri, Dec 16, 2011 at 05:15, Ned Batchelder wrote:
> Not Implemented: sandboxing for external function 'pypy__float2longlong'
Ah, we made new uses of float2longlong(), notably in the "is" operator
on floats. Fixed in d9b372cf25b0.
A bientôt,
Armin.
_
I updated my sandbox work to yesterday's tip, and now I cannot import a
number of stdlib modules that used to work fine:
~/pypy> ./pypy/translator/sandbox/pypy_interact.py -q --heapsize=64m
pypy-c
Warning: cannot find your CPU L2 cache size in /proc/cpuinfo
'import site' failed
Py