[gentoo-dev] Last rites: app-emulation/armv8-fast-model

2018-04-28 Thread Mikle Kolyada
# Mikle Kolyada (27 Apr 2018) # Upstream is dead, the site with the sources is down. # There's no chance to get the sources (fetch restricted) # Removal in 30 days (bug #642866) app-emulation/armv8-fast-model signature.asc Description: OpenPGP digital signature

[gentoo-portage-dev] [PATCH] AsynchronousTask: disable event loop recursion (bug 653856)

2018-04-28 Thread Zac Medico
Make the wait() and _async_wait() methods raise InvalidStateError when the event loop is running and the returncode is not available, since these cases would trigger event loop recursion. There are no known remaining cases that cause event loop recursion via wait() and _async_wait(), and this