commit | becd2d4f82ab212fd752848d673a72722af209ff | [log] [tgz] |
---|---|---|
author | Zac Medico <zmedico@gentoo.org> | Sun Feb 14 20:28:40 2021 -0800 |
committer | Zac Medico <zmedico@gentoo.org> | Sun Feb 14 20:35:56 2021 -0800 |
tree | ae44c9bb1511de2b737416a18facb10b45e035f3 | |
parent | ef43dd8ef64ded5f0627b7b8e84ef21262012902 [diff] |
PopenProcess: use call_soon for _async_waipid in _start Use call_soon to delay the add_child_handler call that _async_waipid will trigger, so that it will occur after the event loop is running. Bug: https://bugs.gentoo.org/770712 Signed-off-by: Zac Medico <zmedico@gentoo.org>