[issue43884] Cannot cleanly kill a subprocess using high-level asyncio APIs

Dennis Sweeney report at bugs.python.org
Mon Apr 19 04:25:20 EDT 2021


Dennis Sweeney <sweeney.dennis650 at gmail.com> added the comment:

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?

----------
nosy: +Dennis Sweeney

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43884>
_______________________________________


More information about the Python-bugs-list mailing list