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
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
PCbuild8
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 3.2 KB
LICENSE -rw-r--r-- 13.2 KB
Makefile.pre.in -rw-r--r-- 34.2 KB
README -rw-r--r-- 53.5 KB
configure -rwxr-xr-x 623.1 KB
configure.in -rw-r--r-- 94.1 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 26.4 KB
setup.py -rw-r--r-- 66.3 KB

README

back to top