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 vstinner
Recipients benjamin.peterson, brett.cannon, pitrou, vstinner
Date 2012-02-29.15:25:15
SpamBayes Score 0.012119154
Marked as misclassified No
Message-id <CAMpsgwYWXno28ZVJFAeB3JYW3xopGbvcDoABoXsc0GGAEAKkkw@mail.gmail.com>
In-reply-to <1330528767.26.0.403915015073.issue14153@psf.upfronthosting.co.za>
Content
> your patch is buggy

It should be a missing #include. Maybe this one:

#ifdef HAVE_LANGINFO_H
#include <langinfo.h>
#endif
History
Date User Action Args
2012-02-29 15:25:15vstinnersetrecipients: + vstinner, brett.cannon, pitrou, benjamin.peterson
2012-02-29 15:25:15vstinnerlinkissue14153 messages
2012-02-29 15:25:15vstinnercreate