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

Jeremy Hylton jhylton@users.sourceforge.net
Mon, 30 Jul 2001 14:55:31 -0700


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

Modified Files:
	test_scope 
Log Message:
Fix for SF bug [ #443866 ] Evaluating func_code causing core dump

Add test that calls eval with a code object that has free variables.



Index: test_scope
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_scope,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** test_scope	2001/05/08 04:08:59	1.8
--- test_scope	2001/07/30 21:55:29	1.9
***************
*** 20,21 ****
--- 20,22 ----
  19. var is bound and free in class
  20. interaction with trace function
+ 20. eval with free variables