]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport of jeremy's 2.227:
authorAnthony Baxter <anthonybaxter@gmail.com>
Wed, 21 Nov 2001 06:21:18 +0000 (06:21 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Wed, 21 Nov 2001 06:21:18 +0000 (06:21 +0000)
commit55aa02bb43b9d4ccce62f673057a4d461e2248a6
tree22737e06a5d3cc7d34f2ae8ace3d74a7bb09c0f5
parentd2d88aedce3c1fa07d7def9ae2b54b9a461d8b55
backport of jeremy's 2.227:
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.
Python/compile.c