[python-committers] Re: PRs for 3.9

2020-12-12 Thread Ethan Furman
On 12/12/20 5:00 PM, Mariatta wrote: I've deployed a fix in miss-islington (https://github.com/python/miss-islington/pull/421/files) so this should be working again now. I've retriggered backports to several PRs that were stuck. Many thanks! -- ~Ethan~ ___

[python-committers] Re: PRs for 3.9

2020-12-12 Thread Brandt Bucher
Thanks Mariatta! ___ python-committers mailing list -- python-committers@python.org To unsubscribe send an email to python-committers-le...@python.org https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.p

[python-committers] Re: PRs for 3.9

2020-12-12 Thread Mariatta
I've deployed a fix in miss-islington ( https://github.com/python/miss-islington/pull/421/files) so this should be working again now. I've retriggered backports to several PRs that were stuck. On Sat, Dec 12, 2020 at 12:21 PM Brandt Bucher wrote: > I saw a (seemingly) related issue with the bot

[python-committers] Re: PRs for 3.9

2020-12-12 Thread Brandt Bucher
I saw a (seemingly) related issue with the bots not creating 3.8 and 3.9 backports for this PR: https://github.com/python/cpython/pull/22736 No failure message or anything. Just saying they’re “working to backport” the changes and never doing it. ___