mirror of
https://github.com/python/cpython.git
synced 2026-05-27 22:56:48 -04:00
cd8a127e1a
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.