Guido van Rossum 7c53111d5b Added support for ``if __debug__:'' -- if -O is given, this form is
recognized by the code generator and code generation for the test and
the subsequent suite is suppressed.

One must write *exactly* ``if __debug__:'' or ``elif __debug__:'' --
no parentheses or operators must be present, or the optimization is
not carried through.  Whitespace doesn't matter.  Other uses of
__debug__ will find __debug__ defined as 0 or 1 in the __builtin__
module.
1997-03-11 18:42:21 +00:00
..
1996-10-25 14:44:06 +00:00
1994-08-29 10:43:12 +00:00
1996-10-25 14:44:06 +00:00
1996-10-25 14:44:06 +00:00
1996-12-05 23:27:02 +00:00
1996-10-25 14:44:06 +00:00
1995-01-20 16:54:36 +00:00
1997-01-20 18:34:55 +00:00
1996-08-29 18:10:41 +00:00
1996-12-05 23:27:02 +00:00
1996-08-29 18:10:30 +00:00
1996-08-19 22:12:39 +00:00
1996-12-30 16:17:54 +00:00
1996-12-30 16:17:54 +00:00