Re: [Python-ideas] An alternative to PEP 572's Statement-Local Name Bindings

March 3, 2018
4:38 p.m.
Robert Vanden Eynde wrote:
But I think that the implementation of print(y with y = x + 1) would be more close to next(y for y in [ x+1 ])
WHy on earth should it be? Expanding that gives you a generator containing a loop that only executes once that is immediately run to yield exactly one value. Why bother with all that overhead? -- Greg
2572
Age (days ago)
2572
Last active (days ago)
0 comments
1 participants
participants (1)
-
Greg Ewing