• Guido van Rossum's avatar
    Added support for ``if __debug__:'' -- if -O is given, this form is · 7c53111d
    Guido van Rossum yazdı
    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.
    7c53111d
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
BUGS Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
TODO Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...