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 Zach Riggle
Recipients Zach Riggle, gregory.p.smith
Date 2017-01-22.06:53:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485068019.89.0.356122895286.issue29335@psf.upfronthosting.co.za>
In-reply-to
Content
To further clarify the report:

When the attached proof-of-concept is executed, a RuntimeException is raised, which has a comment "Should never happen".

The issue isn't due to SIGCHLD, but rather following a waitpid() call.  The code attempts to suss the exit code / reason for waitpid() returning, but does not check for WIFSTOPPED in its handler.
History
Date User Action Args
2017-01-22 06:53:39Zach Rigglesetrecipients: + Zach Riggle, gregory.p.smith
2017-01-22 06:53:39Zach Rigglesetmessageid: <1485068019.89.0.356122895286.issue29335@psf.upfronthosting.co.za>
2017-01-22 06:53:39Zach Rigglelinkissue29335 messages
2017-01-22 06:53:39Zach Rigglecreate