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

Jeremy Hylton jhylton@users.sourceforge.net
Mon, 07 May 2001 21:09:01 -0700


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

Modified Files:
	test_scope 
Log Message:
SF patch 419176 from MvL; fixed bug 418977

Two errors in dict_to_map() helper used by PyFrame_LocalsToFast().



Index: test_scope
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_scope,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** test_scope	2001/04/27 02:29:27	1.7
--- test_scope	2001/05/08 04:08:59	1.8
***************
*** 19,20 ****
--- 19,21 ----
  18. verify that locals() works
  19. var is bound and free in class
+ 20. interaction with trace function