Staging
v0.5.1
https://github.com/python/cpython
Revision 6e665424d6e7abf6d6de010609a398a7407df83c authored by Miss Islington (bot) on 22 November 2020, 01:54:08 UTC, committed by GitHub on 22 November 2020, 01:54:08 UTC

As [bpo-38443]() says the error message from configure when specifying --enable-universalsdk with a set of architectures that is not supported by the compiler is not very helpful.   This PR explicitly checks if the compiler works and bails out if it doesn't.
(cherry picked from commit 0f20bd9042c9b7fce20c3b9511cd0820b30094c3)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
1 parent 7e9bf4e
Raw File
Tip revision: 6e665424d6e7abf6d6de010609a398a7407df83c authored by Miss Islington (bot) on 22 November 2020, 01:54:08 UTC
bpo-38443: Check that the specified universal architectures work (GH-22910)
Tip revision: 6e66542
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top