]> granicus.if.org Git - python/commit
Define __debug__ as 0 if -O is given, 1 otherwise. Also test for
authorGuido van Rossum <guido@python.org>
Tue, 11 Mar 1997 18:43:26 +0000 (18:43 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Mar 1997 18:43:26 +0000 (18:43 +0000)
commit1c6a459921b3fbc04f818b95f277302336573dde
tree09571f6f3393eda8b5b557cd1b13c078a688118f
parent7c53111d5b74dbd46ec1acf2328f0ce67732324b
Define __debug__ as 0 if -O is given, 1 otherwise.  Also test for
errors in initializing the dictionary.
Python/bltinmodule.c