Message335971
| Author | xtreak |
|---|---|
| Recipients | lgeiger, p-ganssle, xtreak |
| Date | 2019-02-19.16:35:05 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1550594105.45.0.900327285623.issue36039@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-19 16:35:05 | xtreak | set | recipients: + xtreak, p-ganssle, lgeiger |
| 2019-02-19 16:35:05 | xtreak | set | messageid: <1550594105.45.0.900327285623.issue36039@roundup.psfhosted.org> |
| 2019-02-19 16:35:05 | xtreak | link | issue36039 messages |
| 2019-02-19 16:35:05 | xtreak | create | |