[issue19478] Add ability to prefix posix semaphore names created by multiprocessing module

Marc Liyanage report at bugs.python.org
Fri Nov 1 21:39:09 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19478>
_______________________________________


More information about the Python-bugs-list mailing list