xwild added the comment:
Yes it's acceptable, but why the debug mode is enabled by default?
It's a not expected behavior.
--
___
Python tracker
<http://bugs.python.o
Changes by xwild :
--
nosy: +ezio.melotti, michael.foord, pitrou
___
Python tracker
<http://bugs.python.org/issue20277>
___
___
Python-bugs-list mailing list
Unsub
Changes by xwild :
--
nosy: +serhiy.storchaka
___
Python tracker
<http://bugs.python.org/issue20277>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by xwild :
--
versions: -3rd party
___
Python tracker
<http://bugs.python.org/issue20277>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from xwild:
Why the python sets the "__debug__" builtin = True by default?
It causes that people never use the "assert" construction
by their programms in a regular way.
it's too hard to explain everyone that "-O" is required by a script