From 8edd5402f081a675093bd30f24034a527eb8471c Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Fri, 9 Nov 2001 20:37:13 +0000 Subject: [PATCH] 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. --- Lib/test/output/test_compile | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/output/test_compile b/Lib/test/output/test_compile index de3335276b5..303b745908c 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