[Python-checkins] CVS: python/dist/src/Lib/test/output test_scope,1.4,1.5

Jeremy Hylton jhylton@usw-pr-cvs1.sourceforge.net
Mon, 12 Mar 2001 18:01:15 -0800


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv30749/Lib/test/output

Modified Files:
	test_scope 
Log Message:
Add test to verify that nested functions with free variables don't
cause the free variables to leak.  


Index: test_scope
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_scope,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** test_scope	2001/03/01 20:35:45	1.4
--- test_scope	2001/03/13 02:01:12	1.5
***************
*** 15,16 ****
--- 15,17 ----
  14. complex definitions
  15. scope of global statements
+ 16. check leaks