[issue17695] _sysconfigdata broken with universal builds on OSX

2020-11-21 Thread Ronald Oussoren
Ronald Oussoren added the comment: This only affects universal builds where the CPU architectures are sufficiently different. In particular binaries with both 32-bit and 64-bit alternatives. The current installers and the upcoming Universal2 installers only contain 64-bit code. That's likely

[issue17695] _sysconfigdata broken with universal builds on OSX

2019-04-27 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue17695] _sysconfigdata broken with universal builds on OSX

2014-07-21 Thread Ronald Oussoren
Ronald Oussoren added the comment: Sure... The issue is still present. To demonstrate the problem: arch -i386 ./python.exe Python 3.5.0a0 (default:9b450b19aa11+, Jul 21 2014, 10:03:38) [GCC 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.40)] on darwin Type "help", "copyright", "credits" or "licen

[issue17695] _sysconfigdata broken with universal builds on OSX

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: Can our OSX gurus comment on this please. -- nosy: +BreamoreBoy, ned.deily versions: +Python 3.5 -Python 3.3 ___ Python tracker ___ _

[issue17695] _sysconfigdata broken with universal builds on OSX

2013-04-10 Thread Ronald Oussoren
New submission from Ronald Oussoren: 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 binarie