[issue17041] Fix tests for build --without-doc-strings

R. David Murray report at bugs.python.org
Sat Jan 26 15:48:14 CET 2013


R. David Murray added the comment:

Once upon a time (two years ago?) we fixed the tests so that they ran successfully (skipped when appropriate) with -OO set, which omits docstrings.  We were checking for the optimization level (sys.flags.optimize) then.  It seems like it would make more sense to combine both checks into one decorator.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17041>
_______________________________________


More information about the Python-bugs-list mailing list