This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pablogsal, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-09-24.10:37:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569321445.2.0.112839987695.issue34513@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-09-24 10:37:25vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, pablogsal
2019-09-24 10:37:25vstinnersetmessageid: <1569321445.2.0.112839987695.issue34513@roundup.psfhosted.org>
2019-09-24 10:37:25vstinnerlinkissue34513 messages
2019-09-24 10:37:25vstinnercreate