Nick Coghlan added the comment:

Alternatively, if the affected tests should also be skipped under -OO, then I 
think changing the current definition of HAVE_DOCSTRINGS would also work:

MISSING_C_DOCSTRINGS = (check_impl_detail() and
                        sys.platform != 'win32' and
                        not sysconfig.get_config_var('WITH_DOC_STRINGS'))

HAVE_DOCSTRINGS = _check_docstrings.__doc__ is not None and not 
MISSING_C_DOCSTRINGS

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19412>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to