vstinner
(Victor Stinner)
March 15, 2019, 2:16pm
1
On my PR https://github.com/python/cpython/pull/12236 miss-inlington announced that it will try to backport my change, but then nothing. It seems like the bot is broken.
I will backport my change manually, as I did yesterday for another change.
cc @Mariatta @EWDurbin
Thanks. I’ve reverted the latest release of cherry-picker for now until I have time to investigate. Please file a bug in miss-islington repo.
vstinner
(Victor Stinner)
March 18, 2019, 10:22am
3
It is still broken: https://github.com/python/cpython/pull/12383#issuecomment-473846779 the bot is working for 14 minute to create a backport, whereas previously it took less than 5 minutes (usually less than 1 minute).
vstinner
(Victor Stinner)
March 18, 2019, 10:23am
4
webknjaz
(🇺🇦 Sviatoslav Sydorenko (read: /sʋʲɑtɔˈslɑw/))
March 26, 2019, 8:38am
5
@Mariatta FTR bot slowness reported by @vstinner may be related to having more synchronous subprocess calls in cherry-picker. The next step in its refactoring would probably be to make it all async. It’s because miss-Islington is asynchronous and more blocking calls freeze it more…