### Documentation The page at https://docs.python.org/3/using/cmdline.html states, for the -O flag: > Remove assert statements and any code conditional on the value of [__debug__](https://docs.python.org/3/library/constants.html#debug__). But this is false, code conditional on the value of `__debug__` is not removed.
Documentation
The page at https://docs.python.org/3/using/cmdline.html states, for the -O flag:
But this is false, code conditional on the value of
__debug__is not removed.