summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-11-09 20:37:13 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-11-09 20:37:13 (GMT)
commit8edd5402f081a675093bd30f24034a527eb8471c (patch)
treef090b6f4f5263a319048a2186c03d49be9d94504 /Lib
parent778e26546284f956cbf8a85a8b7a0bf28c194410 (diff)
downloadcpython-8edd5402f081a675093bd30f24034a527eb8471c.zip
cpython-8edd5402f081a675093bd30f24034a527eb8471c.tar.gz
cpython-8edd5402f081a675093bd30f24034a527eb8471c.tar.bz2
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.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/output/test_compile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/output/test_compile b/Lib/test/output/test_compile
index de33352..303b745 100644
--- a/Lib/test/output/test_compile
+++ b/Lib/test/output/test_compile
@@ -1,5 +1,4 @@
test_compile
-testing complex args
1 2
1 2
3 4