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
File Mode Size
Modules
Python
support
Makefile -rw-r--r-- 13.0 KB
README -rw-r--r-- 1.2 KB
config.h -rw-r--r-- 12.4 KB
sleep.c -rw-r--r-- 845 bytes
unixstuff.c -rw-r--r-- 1.1 KB
unixstuff.h -rw-r--r-- 306 bytes

README

back to top