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 loewis
Recipients henry.precheur, hyeshik.chang, loewis
Date 2008-09-21.07:45:46
SpamBayes Score 6.1648735e-09
Marked as misclassified No
Message-id <1221983148.11.0.0078661271109.issue3685@psf.upfronthosting.co.za>
In-reply-to
Content
Is there any problem with always computing the end of the string as "s +
wcslen(s)"? I feel that this is actually more readable than wcschr.

Here is a patch that does that. It doesn't change PC/getpathp.c, since
it's only used on Windows, where wcschr works correctly (AFAIK).

Henry, can you confirm that this patch still fixes the problem?
History
Date User Action Args
2008-09-21 07:45:48loewissetrecipients: + loewis, hyeshik.chang, henry.precheur
2008-09-21 07:45:48loewissetmessageid: <1221983148.11.0.0078661271109.issue3685@psf.upfronthosting.co.za>
2008-09-21 07:45:47loewislinkissue3685 messages
2008-09-21 07:45:47loewiscreate