mirror of
https://github.com/python/cpython.git
synced 2026-05-22 20:32:36 -04:00
8edd5402f0
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.
8 lines
43 B
Plaintext
8 lines
43 B
Plaintext
test_compile
|
|
1 2
|
|
1 2
|
|
3 4
|
|
1 2 3
|
|
1 2 3
|
|
2 3 4
|