This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients amaury.forgeotdarc, henry.precheur, pitrou
Date 2008-08-28.10:21:12
SpamBayes Score 0.0037753533
Marked as misclassified No
Message-id <1219918873.82.0.1364940851.issue3696@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2008-08-28 10:21:13pitrousetrecipients: + pitrou, amaury.forgeotdarc, henry.precheur
2008-08-28 10:21:13pitrousetmessageid: <1219918873.82.0.1364940851.issue3696@psf.upfronthosting.co.za>
2008-08-28 10:21:13pitroulinkissue3696 messages
2008-08-28 10:21:12pitroucreate