[issue26195] Windows frozen .exe multiprocessing.Queue access is denied exception

Alex Robinson report at bugs.python.org
Mon Feb 29 00:58:46 EST 2016


Alex Robinson added the comment:

Sorry I can't help more than provide a test environment for any fix. I just plucked the "fix" from StackOverflow and it fixed the Q problem on my machine.

It appears, at the least, the multiprocessing code should probably not rely on the default value for the 'inheritable' argument. That argument does sound like one that might be different in the usual case for Win32 and Unix, just because.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26195>
_______________________________________


More information about the Python-bugs-list mailing list