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 eryksun, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-06-08.15:30:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496935842.28.0.394350539724.issue30418@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset d52aa31378ae43e044a300edfe8285954c167216 by Victor Stinner in branch 'master':
bpo-30418: Popen.communicate() always ignore EINVAL (#2002)
https://github.com/python/cpython/commit/d52aa31378ae43e044a300edfe8285954c167216
History
Date User Action Args
2017-06-08 15:30:42vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2017-06-08 15:30:42vstinnersetmessageid: <1496935842.28.0.394350539724.issue30418@psf.upfronthosting.co.za>
2017-06-08 15:30:42vstinnerlinkissue30418 messages
2017-06-08 15:30:42vstinnercreate