[issue19566] ERROR: test_close (test.test_asyncio.test_unix_events.FastChildWatcherTests)

STINNER Victor report at bugs.python.org
Wed Nov 13 16:05:05 CET 2013


STINNER Victor added the comment:

Attached patch should fix this issue. BaseChildWatcher constructors calls set_loop() which calls _do_waitpid_all(). The problem is that _do_waitpid_all() is called before FastChildWatcher own attributes are set.

----------
keywords: +patch
Added file: http://bugs.python.org/file32598/asyncio_fastchildwatcher.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19566>
_______________________________________


More information about the Python-bugs-list mailing list