Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment:

Agreed with @p-ganssle . Similar issue33152 in the past for the refactoring in 
timeit module to use list comprehension. Large refactorings like this could 
also make git blame little more difficult in places where this has less benefit 
like smaller lists for common cases. I think it's much better to identify hot 
code paths with potentially large lists that could benefit from this along with 
a benchmark that could be accepted by the core dev/maintainer of the module.

----------
nosy: +xtreak

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36039>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to