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 exarkun
Recipients exarkun, loewis, pitrou, tarek
Date 2009-05-13.12:14:33
SpamBayes Score 1.3094242e-07
Marked as misclassified No
Message-id <1242216875.23.0.554007199202.issue6007@psf.upfronthosting.co.za>
In-reply-to
Content
> Even though I still don't understand the original issue, apparently,
> it is an issue only if the localtime() function is used. Extensions
> that don't use it might still work fine, according to the report.

I have an extension which doesn't use it and can't be loaded when built
with mingw32, so I think the issue goes beyond localtime().

> I think this is exaggerating the actual state. The compiler is
> certainly supported.

Can you elaborate on what "supported" means?  To me, it would mean that
it could build all the same Python extensions which MSVC can build.
History
Date User Action Args
2009-05-13 12:14:35exarkunsetrecipients: + exarkun, loewis, pitrou, tarek
2009-05-13 12:14:35exarkunsetmessageid: <1242216875.23.0.554007199202.issue6007@psf.upfronthosting.co.za>
2009-05-13 12:14:33exarkunlinkissue6007 messages
2009-05-13 12:14:33exarkuncreate