Re: [pypy-dev] New sandbox failure: pypy__float2longlong

2011-12-15 Thread Armin Rigo
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. _

[pypy-dev] New sandbox failure: pypy__float2longlong

2011-12-15 Thread Ned Batchelder
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