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 Andre Merzky
Recipients Andre Merzky, r.david.murray
Date 2015-08-15.13:22:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439644921.5.0.0461716476381.issue24862@psf.upfronthosting.co.za>
In-reply-to
Content
Looking a little further, it seems indeed to be a problem with ignoring SIGCHLD.  The behavior has been introduced with [1] at [2] AFAICS, which is a response to issue15756 [3].  IMHO, that issue should have been resolved with raising an exception instead of assuming that the child exited successfully (neither is true in this case, not the 'exited' nor the 'successfully').

[1] https://hg.python.org/cpython/rev/484c50bf445c/
[2] https://github.com/python/cpython/blob/2.7/Lib/subprocess.py#L1370
[3] http://bugs.python.org/issue15756
History
Date User Action Args
2015-08-15 13:22:01Andre Merzkysetrecipients: + Andre Merzky, r.david.murray
2015-08-15 13:22:01Andre Merzkysetmessageid: <1439644921.5.0.0461716476381.issue24862@psf.upfronthosting.co.za>
2015-08-15 13:22:01Andre Merzkylinkissue24862 messages
2015-08-15 13:22:01Andre Merzkycreate