[issue24385] libpython27.a in python-2.7.10 i386 (windows msi release) contains 64-bit objects

Carl Kleffner report at bugs.python.org
Wed Jun 10 09:26:00 CEST 2015


Carl Kleffner added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24385>
_______________________________________


More information about the Python-bugs-list mailing list