Staging
v0.5.1
https://github.com/python/cpython
Revision 3b3aae013b158114fdc90a72355d2d9b1b434875 authored by Neal Norwitz on 05 September 2006, 03:56:01 UTC, committed by Neal Norwitz on 05 September 2006, 03:56:01 UTC
generator expressions (x for x, in ... ) works again.

Sigh, I only fixed for loops the first time, not list comps and genexprs too.
I couldn't find any more unpacking cases where there is a similar bug lurking.
1 parent 541a48b
History
Tip revision: 3b3aae013b158114fdc90a72355d2d9b1b434875 authored by Neal Norwitz on 05 September 2006, 03:56:01 UTC
Bug #1520864 (again): unpacking singleton tuples in list comprehensions and
Tip revision: 3b3aae0

README

back to top