]> granicus.if.org Git - python/commit
Add test to verify that nested functions with free variables don't
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 13 Mar 2001 02:01:12 +0000 (02:01 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 13 Mar 2001 02:01:12 +0000 (02:01 +0000)
commit5b44a67bdb67545679a2e1bfcf482996f8d8abb5
treef2d0cb8e83d555ceee866678fd0735c2948dd973
parent30c9f3991cfb6a8179ea5dcf15fe17030dfbad05
Add test to verify that nested functions with free variables don't
cause the free variables to leak.
Lib/test/output/test_scope
Lib/test/test_scope.py