[Python-checkins] CVS: python/dist/src/Lib/test/output test_compile,1.2,1.3
Jeremy Hylton
jhylton@users.sourceforge.net
2001年11月09日 12:37:15 -0800
Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv11996
Modified Files:
test_compile
Log Message:
Fix SF buf #480096: Assign to __debug__ still allowed
Easy enough to catch assignment in the compiler. The perverse user
can still change the value of __debug__, but that may be the least he
can do.
Index: test_compile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_compile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_compile 2001年02月19日 23:53:42 1.2
--- test_compile 2001年11月09日 20:37:13 1.3
***************
*** 1,4 ****
test_compile
- testing complex args
1 2
1 2
--- 1,3 ----