[issue44974] Warning about "Unknown child process pid" in test_asyncio

Serhiy Storchaka report at bugs.python.org
Sun Aug 22 04:16:21 EDT 2021


New submission from Serhiy Storchaka <storchaka+cpython at 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 <report at bugs.python.org>
<https://bugs.python.org/issue44974>
_______________________________________


More information about the Python-bugs-list mailing list