[issue34513] test_multiprocessing_spawn fails on x86 Windows7 3.7 buildbot

STINNER Victor report at bugs.python.org
Tue Sep 24 06:37:25 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\multiprocessing\reduction.py", line 133, in detach
    self._access, False, _winapi.DUPLICATE_CLOSE_SOURCE)
PermissionError: [WinError 5] Access is denied

I created bpo-38263 "[Windows] multiprocessing: DupHandle.detach() race condition on DuplicateHandle(DUPLICATE_CLOSE_SOURCE)" for this bug.

I close this issue as outdated.

----------
nosy: +vstinner
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34513>
_______________________________________


More information about the Python-bugs-list mailing list