[issue3696] Error parsing arguments on OpenBSD <= 4.4

Antoine Pitrou report at bugs.python.org
Thu Aug 28 12:21:13 CEST 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

> Yes; but here, the symbol (HAVE_BROKEN_MBSTOWC) has a negative meaning.
> I tried to put the optimistic (=not broken) case first.
> However, if this makes the code more difficult to read, I'll change it.

You could change HAVE_BROKEN_MBSTOWC for a positive flag, e.g.
HAVE_WORKING_MBSTOWC, and then the #ifdef would be the optimistic case.

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


More information about the Python-bugs-list mailing list