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:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569321477.5.0.137611575059.issue34714@roundup.psfhosted.org>
In-reply-to
Content
File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\multiprocessing\reduction.py", line 79, in duplicate
    return _winapi.DuplicateHandle(
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:57vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, pablogsal
2019-09-24 10:37:57vstinnersetmessageid: <1569321477.5.0.137611575059.issue34714@roundup.psfhosted.org>
2019-09-24 10:37:57vstinnerlinkissue34714 messages
2019-09-24 10:37:57vstinnercreate