[issue19412] Add a test.support decorator for tests that require C level docstrings

Nick Coghlan report at bugs.python.org
Sat Oct 26 20:08:34 CEST 2013


Nick Coghlan added the comment:

+1 for separate flags with appropriate names and skip messages.

It should only be the usage in test_contextlib which needs to be
migrated to the Python flags, although the C usage may be more
widespread. (The other Python cases are currently checking the
optimisation level instead)

However, it's 4 am here, so I'm going to go get some sleep :)

----------

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


More information about the Python-bugs-list mailing list