Staging
v0.5.1
https://github.com/python/cpython
Revision 55aa02bb43b9d4ccce62f673057a4d461e2248a6 authored by Anthony Baxter on 21 November 2001, 06:21:18 UTC, committed by Anthony Baxter on 21 November 2001, 06:21:18 UTC
Fix for SF bug [ #471928 ] global made w/nested list comprehensions

. Initially I was going to just rip out the bits of this that fixed this
  bug, but the rest of the code looks (after a fair amount of staring at
  it) like it's ok - variable renames, that sort of thing.
  flames and "hey, no way!" to me, or to python-dev.
  It felt safer to just go with the full patch, rather than butchering
  it.
1 parent d2d88ae
History
Tip revision: 55aa02bb43b9d4ccce62f673057a4d461e2248a6 authored by Anthony Baxter on 21 November 2001, 06:21:18 UTC
backport of jeremy's 2.227:
Tip revision: 55aa02b

README

back to top