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 carlkl
Recipients bgilbert, carlkl, jaharkes, mrabarnett, paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Date 2015-06-10.07:25:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433921160.06.0.107852554211.issue24385@psf.upfronthosting.co.za>
In-reply-to
Content
I experienced this behaviour by accident several times. Most likely this is due to inconsistenticies in different binutils and mingw-runtime versions/patches. 
See i.e. http://article.gmane.org/gmane.comp.gnu.binutils/46799
A robust solution is to exclusively use import libraries created by the toolchain used for building python extensions.
History
Date User Action Args
2015-06-10 07:26:00carlklsetrecipients: + carlkl, paul.moore, tim.golden, mrabarnett, python-dev, bgilbert, zach.ware, steve.dower, jaharkes
2015-06-10 07:26:00carlklsetmessageid: <1433921160.06.0.107852554211.issue24385@psf.upfronthosting.co.za>
2015-06-10 07:26:00carlkllinkissue24385 messages
2015-06-10 07:25:59carlklcreate