[pypy-issue] [issue960] Sandboxing for external function 'pypy__float2longlong'

Richard Lobb tracker at bugs.pypy.org
Tue Dec 13 10:44:27 CET 2011


New submission from Richard Lobb <trampgeek at gmail.com>:

Attempting to import pickle, cPickle or json in a program running in the version 
1.7 sandbox throws an exception like the following:

Not Implemented: sandboxing for external function 'pypy__float2longlong'
Traceback (most recent call last):
  File "app_main.py", line 51, in run_toplevel
  File "pyblahBMQ8Ux.py", line 3, in <module>
    from json import dumps
  File "/bin/lib-python/modified-2.7/json/__init__.py", line 108, in <module>
    from .decoder import JSONDecoder
  File "/bin/lib-python/modified-2.7/json/decoder.py", line 5, in <module>
    import struct

----------
messages: 3570
nosy: pypy-issue, r.lobb
priority: bug
status: unread
title: Sandboxing for external function 'pypy__float2longlong'

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue960>
________________________________________


More information about the pypy-issue mailing list