summaryrefslogtreecommitdiff
path: root/Lib/compiler/pycodegen.py
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-08-27 21:06:35 +0000
committerJeremy Hylton <jeremy@alum.mit.edu>2001-08-27 21:06:35 +0000
commitcd8a127e1a0dac4a4cd4b12bdffe8a17dd75cef9 (patch)
tree3deddca983f0d924cf174d2ef21dc1a84967972e /Lib/compiler/pycodegen.py
parent7e30c9bb5a6a44829d1df01354523f5c3467583d (diff)
downloadcpython-git-cd8a127e1a0dac4a4cd4b12bdffe8a17dd75cef9.tar.gz
Fix for sibling nodes that define the same free variable
Evan Simpson's fix. And his explanation: If you defined two nested functions in a row that refer to the same non-global variable, the second one will be generated as though the variable were global.
Diffstat (limited to 'Lib/compiler/pycodegen.py')
0 files changed, 0 insertions, 0 deletions