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

Thomas Wouters twouters@users.sourceforge.net
Wed, 23 May 2001 06:26:31 -0700


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

Modified Files:
      Tag: release21-maint
	test_scope 
Log Message:

Backport Jeremy's checkins (frameobject.c:2.50, test_scope.py:1.16,
test_scope:1.8):

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.6.2.1
retrieving revision 1.6.2.2
diff -C2 -r1.6.2.1 -r1.6.2.2
*** test_scope	2001/05/23 12:15:57	1.6.2.1
--- test_scope	2001/05/23 13:26:29	1.6.2.2
***************
*** 19,20 ****
--- 19,21 ----
  18. verify that locals() works
  19. var is bound and free in class
+ 20. interaction with trace function