[issue26434] multiprocessing cannot spawn grandchild from a Windows service

Davin Potts report at bugs.python.org
Fri Feb 26 18:45:04 EST 2016


Davin Potts added the comment:

Attached is a patch for the 2.7 branch which adds the check described in the previous message.

I don't see a reasonable way to provide an accompanying test because it requires registering a win32 service (requiring administrative privileges) temporarily to attempt to provoke the issue.

Can I request that someone else run the full regression tests on this patch?  I am unable to complete a standard run of tests as my Windows 7 development system is set up for building Python 3.x (newer Visual Studio) and am hesitant to fight with Visual Studio configurations.

----------
keywords: +patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file42034/issue_26434_fix_win32_service_parent_origin.patch

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


More information about the Python-bugs-list mailing list