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-27.18:21:58
SpamBayes Score 0.0058352835
Marked as misclassified No
Message-id <1219861319.77.0.238630054682.issue3696@psf.upfronthosting.co.za>
In-reply-to
Content
Mmh, in Modules/python.c and Python/frozenmain.c, the return value of
the second call to mbstowcs() should be checked as well (since the first
one is sometimes replaced by a call to strlen(), which never fails).
History
Date User Action Args
2008-08-27 18:21:59pitrousetrecipients: + pitrou, amaury.forgeotdarc, henry.precheur
2008-08-27 18:21:59pitrousetmessageid: <1219861319.77.0.238630054682.issue3696@psf.upfronthosting.co.za>
2008-08-27 18:21:59pitroulinkissue3696 messages
2008-08-27 18:21:59pitroucreate