Re: [gentoo-portage-dev] [PATCH 2/2] EbuildBuild: async spawn_nofetch in _fetchonly_exit (bug 614116)

2017-04-03 Thread Zac Medico
On Mon, Apr 3, 2017 at 1:21 PM, Brian Dolbec wrote: > On Sun, 2 Apr 2017 19:36:54 -0700 > Zac Medico wrote: > >> Replace a synchronous spawn_nofetch call with an asynchronous one, >> in order to avoid event loop recursion which is not compatible with >>

Re: [gentoo-portage-dev] [PATCH 2/2] EbuildBuild: async spawn_nofetch in _fetchonly_exit (bug 614116)

2017-04-03 Thread Brian Dolbec
On Sun, 2 Apr 2017 19:36:54 -0700 Zac Medico wrote: > Replace a synchronous spawn_nofetch call with an asynchronous one, > in order to avoid event loop recursion which is not compatible with > asyncio. This involves refactoring of spawn_nofetch to provide an > asynchronous

[gentoo-portage-dev] [PATCH 2/2] EbuildBuild: async spawn_nofetch in _fetchonly_exit (bug 614116)

2017-04-02 Thread Zac Medico
Replace a synchronous spawn_nofetch call with an asynchronous one, in order to avoid event loop recursion which is not compatible with asyncio. This involves refactoring of spawn_nofetch to provide an asynchronous interface. X-Gentoo-bug: 614116 X-Gentoo-bug-url: