New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

Ryan Mast reported about a warning about "Unknown child process pid" after 
finishing test_asyncio (see msg400018 and 
https://github.com/python/cpython/pull/27870#issuecomment-903072119 for 
details).

I cannot reproduce it locally. Ryan, could you help with locating the source of 
this warning? First suspect is test_close_dont_kill_finished. If it is not, it 
may be other test calling kill().

----------
components: Tests, asyncio
messages: 400057
nosy: asvetlov, rmast, serhiy.storchaka, yselivanov
priority: normal
severity: normal
status: open
title: Warning about "Unknown child process pid" in test_asyncio
type: behavior
versions: Python 3.10, Python 3.11, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44974>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to