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 Dennis Sweeney
Recipients Dennis Sweeney, asvetlov, rabraham, yselivanov
Date 2021-04-19.08:25:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Running kill_subprocess.py on Windows 10, I get these results:

Python 3.7.2 (tags/v3.7.2:9a3ffc0492)
    - raises NotImplementedError in base_events.py, _make_subprocess_transport
Python 3.8.2 (tags/v3.8.2:7b3ab59)
    - Success
Python 3.9.0 (tags/v3.9.0:9cf6752)
    - Success
Python 3.10.0a6 (tags/v3.10.0a6:cc12888)
    - Success

What is your OS?
History
Date User Action Args
2021-04-19 08:25:20Dennis Sweeneysetrecipients: + Dennis Sweeney, asvetlov, yselivanov, rabraham
2021-04-19 08:25:20Dennis Sweeneysetmessageid: <[email protected]>
2021-04-19 08:25:20Dennis Sweeneylinkissue43884 messages
2021-04-19 08:25:20Dennis Sweeneycreate