[issue31751] Support for C++ 11 and/or C++ 14 in python.org installer

2021-02-09 Thread Ronald Oussoren
Ronald Oussoren added the comment: Can this be closed as out of date? 1. universal2 installers are build using Xcode 12 2. the regular installers are build on macOS 10.9 and the system compilers on that system should support C++ 11 and 14. --

[issue31751] Support for C++ 11 and/or C++ 14 in python.org installer

2017-10-11 Thread Ned Deily
Ned Deily added the comment: No rush! And I didn't mean to imply that how the macOS installers are built is perfect or updates shouldn't be considered. But we should understand what the issue here is, independent of potential changes. --

[issue31751] Support for C++ 11 and/or C++ 14 in python.org installer

2017-10-10 Thread steven Michalske
steven Michalske added the comment: This might be a cython issue then, but I will dig into an example case. Please be patient. -- ___ Python tracker

[issue31751] Support for C++ 11 and/or C++ 14 in python.org installer

2017-10-10 Thread Ned Deily
Ned Deily added the comment: Can you give a test case demonstrating what is not working? The Python interpreters installed with python.org 10.6+ installers are built to work with all versions of macOS from 10.6 on and should be able to build extension modules with either

[issue31751] Support for C++ 11 and/or C++ 14 in python.org installer

2017-10-10 Thread steven Michalske
New submission from steven Michalske : We are using some compiled cython modules with c++ 11 features. This prohibits us from instructing users to install python from the python.org download. Please consider using clang with support for C++ 11 and higher. This would move