> On 12 Jun 2020, at 19:51, Ivan Pozdeev via Python-Dev <python-dev@python.org> 
> wrote:
> 
> I would doubt the quality of tags maintenance at Github, too. E.g. 
> https://github.com/python/cpython/pull/12131 
> <https://github.com/python/cpython/pull/12131> is labeled 3.7 and 3.8 at BPO 
> but has no backport tags whatsoever at GH.
> So the search you gave is clearly insufficient.

Tags maintenance isn't about quality but rather about automation. Things 
without backport tags won't get backported unless somebody does it by hand. And 
even automatically created backports need to be created off of committed pull 
requests and need to pass tests to be mergeable. Given the limited time until 
the Monday cutoff, I'd say that almost all of your 700+ BPO open issues that 
list 3.7 as affected will miss the boat on the fixes.

- Ł
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/LFAWYBRRIHR3D7VWSGOOBO6PLRA6SLXJ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to