diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-08-27 21:06:35 +0000 |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-08-27 21:06:35 +0000 |
commit | cd8a127e1a0dac4a4cd4b12bdffe8a17dd75cef9 (patch) | |
tree | 3deddca983f0d924cf174d2ef21dc1a84967972e /Lib/compiler/pycodegen.py | |
parent | 7e30c9bb5a6a44829d1df01354523f5c3467583d (diff) | |
download | cpython-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