Marc Liyanage added the comment: >From the description above, I would guess shared memory names as well, but I >don't know which parts of the Python library use those, if any.
In general, it's easy to adjust the Python code to deal with the restriction of the sandboxed environment (mostly file-system releated), and I haven't encountered any other issues that require changes to the C code. The name generation for semaphores is one exception where it's not possible to work around it in pure Python code. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19478> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com