]> granicus.if.org Git - python/commit
In most cases, the parser will protect True, False, and None from being assign to.
authorBenjamin Peterson <benjamin@python.org>
Sun, 28 Jun 2009 23:32:44 +0000 (23:32 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 28 Jun 2009 23:32:44 +0000 (23:32 +0000)
commit70f52768fd1070b457d674bed368c69cb4a7483c
treeb804ef4cb8c1bea529ab940540e29b00efe64813
parent1d1806843b7756803b20d504126433b775198b6b
In most cases, the parser will protect True, False, and None  from being assign to.
We must check for __debug__ in all cases.
Python/ast.c