mirror of
https://github.com/python/cpython.git
synced 2025-11-06 04:52:22 +00:00
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.
This commit is contained in:
parent
778e265462
commit
8edd5402f0
1 changed files with 0 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
test_compile
|
test_compile
|
||||||
testing complex args
|
|
||||||
1 2
|
1 2
|
||||||
1 2
|
1 2
|
||||||
3 4
|
3 4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue