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 vstinner
Date 2018-10-18.10:17:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539857876.34.0.788709270274.issue35012@psf.upfronthosting.co.za>
In-reply-to
Content
Extract of bpo-34714:

  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\multiprocessing\spawn.py", line 107, in spawn_main
    new_handle = reduction.duplicate(pipe_handle,
  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

That's why I'm asking if this issue can be related to bpo-33966.
History
Date User Action Args
2018-10-18 10:17:56vstinnersetrecipients: + vstinner
2018-10-18 10:17:56vstinnersetmessageid: <1539857876.34.0.788709270274.issue35012@psf.upfronthosting.co.za>
2018-10-18 10:17:56vstinnerlinkissue35012 messages
2018-10-18 10:17:56vstinnercreate