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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19566>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to