Commit 667c564
committed
Defer comprehension implicit-arg recast to __init__
The inlined recast and deferring to __init__ for the rare '.0'
comprehension argument perform identically, so keep the simpler version
that does not duplicate __init__'s logic.1 parent eb05e27 commit 667c564
1 file changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2735 | 2735 | | |
2736 | 2736 | | |
2737 | 2737 | | |
2738 | | - | |
2739 | | - | |
2740 | | - | |
2741 | | - | |
2742 | | - | |
2743 | | - | |
| 2738 | + | |
| 2739 | + | |
| 2740 | + | |
| 2741 | + | |
| 2742 | + | |
2744 | 2743 | | |
2745 | 2744 | | |
2746 | 2745 | | |
| |||
0 commit comments