bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814)
Now `for y in [expr]` in comprehensions is as fast as a simple assignment `y = expr`.
S
Serhiy Storchaka committed
8c579b1cc86053473eb052b76327279476740c9b
Parent: 0cc6b5e
Committed by GitHub <noreply@github.com>
on 2/12/2020, 10:18:59 AM