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 ocean-city
Recipients benjamin.peterson, kristjan.jonsson, ocean-city
Date 2009-05-05.00:52:02
SpamBayes Score 1.5996298e-08
Marked as misclassified No
Message-id <1241484724.46.0.542220036897.issue5643@psf.upfronthosting.co.za>
In-reply-to
Content
Probably this patch works on recent VisualC++. But unfortunately, this
code crashes on VisualC++6 debug build. :-(

This happens when 2nd arg of setlocale contains "." and the length of
substring after "." is longer than 8. It seems to be msvcrtd bug.
History
Date User Action Args
2009-05-05 00:52:04ocean-citysetrecipients: + ocean-city, kristjan.jonsson, benjamin.peterson
2009-05-05 00:52:04ocean-citysetmessageid: <1241484724.46.0.542220036897.issue5643@psf.upfronthosting.co.za>
2009-05-05 00:52:02ocean-citylinkissue5643 messages
2009-05-05 00:52:02ocean-citycreate