[issue20277] default __debug__ value and asserts

2014-01-16 Thread xwild
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

[issue20277] default __debug__ value and asserts

2014-01-16 Thread xwild
Changes by xwild : -- nosy: +ezio.melotti, michael.foord, pitrou ___ Python tracker <http://bugs.python.org/issue20277> ___ ___ Python-bugs-list mailing list Unsub

[issue20277] default __debug__ value and asserts

2014-01-16 Thread xwild
Changes by xwild : -- nosy: +serhiy.storchaka ___ Python tracker <http://bugs.python.org/issue20277> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20277] default __debug__ value and asserts

2014-01-16 Thread xwild
Changes by xwild : -- versions: -3rd party ___ Python tracker <http://bugs.python.org/issue20277> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20277] default __debug__ value and asserts

2014-01-16 Thread xwild
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