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 rogerbinns
Recipients rogerbinns
Date 2008-07-07.02:26:56
SpamBayes Score 0.006791859
Marked as misclassified No
Message-id <1215397619.66.0.878792613046.issue3308@psf.upfronthosting.co.za>
In-reply-to
Content
I can't prove it since Python gives no further information than a
procedure cannot be found, but using a bunch of other tools I think this
may be due at least to the use of localtime() and it not being present
in the msvcr90.dll but is in the vc version 7 dlls which is why earlier
versions of Python have no issue.

If the above is the case then I have no idea where the actual underlying
cause lies.  Is MinGW missing header information that should mangle
localtime() to one of the other variants used by msvc (_s suffix, _
prefix, 32/64 in there somewhere)?  Is the Python header causing issues?

Attached is a trivial extension providing the issue with localtime.
History
Date User Action Args
2008-07-07 02:27:00rogerbinnssetspambayes_score: 0.00679186 -> 0.006791859
recipients: + rogerbinns
2008-07-07 02:26:59rogerbinnssetspambayes_score: 0.00679186 -> 0.00679186
messageid: <1215397619.66.0.878792613046.issue3308@psf.upfronthosting.co.za>
2008-07-07 02:26:58rogerbinnslinkissue3308 messages
2008-07-07 02:26:57rogerbinnscreate