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 SpecLad, giampaolo.rodola, njs, vstinner
Date 2020-01-15.16:38:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset e85a305503bf83c5a8ffb3a988dfe7b67461cbee by Victor Stinner in branch 'master':
bpo-38630: Fix subprocess.Popen.send_signal() race condition (GH-16984)
https://github.com/python/cpython/commit/e85a305503bf83c5a8ffb3a988dfe7b67461cbee
History
Date User Action Args
2020-01-15 16:38:59vstinnersetrecipients: + vstinner, giampaolo.rodola, njs, SpecLad
2020-01-15 16:38:59vstinnersetmessageid: <[email protected]>
2020-01-15 16:38:59vstinnerlinkissue38630 messages
2020-01-15 16:38:59vstinnercreate