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 vstinner
Date 2019-06-26.13:40:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561556423.57.0.956733509322.issue37410@roundup.psfhosted.org>
In-reply-to
Content
terminate() was changed by:

commit a0c9caad66f01328155177180df1c46fe7c62e57
Author: Gregory P. Smith <greg@krypto.org>
Date:   Sun Nov 15 18:19:10 2015 -0800

    Fix issue #6973: When we know a subprocess.Popen process has died, do
    not allow the send_signal(), terminate(), or kill() methods to do
    anything as they could potentially signal a different process.
History
Date User Action Args
2019-06-26 13:40:23vstinnersetrecipients: + vstinner
2019-06-26 13:40:23vstinnersetmessageid: <1561556423.57.0.956733509322.issue37410@roundup.psfhosted.org>
2019-06-26 13:40:23vstinnerlinkissue37410 messages
2019-06-26 13:40:23vstinnercreate