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 ronaldoussoren
Recipients ronaldoussoren
Date 2013-04-11.05:59:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365659948.17.0.458530957334.issue17695@psf.upfronthosting.co.za>
In-reply-to
Content
The _sysconfig module contains the definitions for sysconfig.get_config_var and is created during python's build.

The definitions in _sysconfig.py for #define macros redefined in pymacconfig.h are wrong when building a universal build of Python (fat binaries) on OSX.

In particular the definitions for the various SIZEOF_ definitions are wrong and are the values for the default architecture of the build machine instead of reflecting the architecture for the code that is actually executing.
History
Date User Action Args
2013-04-11 05:59:08ronaldoussorensetrecipients: + ronaldoussoren
2013-04-11 05:59:08ronaldoussorensetmessageid: <1365659948.17.0.458530957334.issue17695@psf.upfronthosting.co.za>
2013-04-11 05:59:08ronaldoussorenlinkissue17695 messages
2013-04-11 05:59:07ronaldoussorencreate