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.

classification
Title: use CC to test compiler flags in setup.py
Type: compile error Stage: resolved
Components: Cross-Build Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: doko, python-dev, rpetrov, skrah
Priority: normal Keywords: patch

Created on 2013-03-05 22:09 by rpetrov, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
0003-ORIGIN-use-CC-to-test-compiler-flags-in-setup.py.patch rpetrov, 2013-03-05 22:09
Messages (3)
msg183556 - (view) Author: Roumen Petrov (rpetrov) * Date: 2013-03-05 22:09
Version of gcc compiler may differ between build and host system. As result could be activated unsupported options and build of _decimal module will fail.
msg183623 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-03-07 00:23
New changeset 33208a574875 by Stefan Krah in branch '3.3':
Issue #17361: Use cc from sysconfig for testing flags.
http://hg.python.org/cpython/rev/33208a574875
msg183624 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2013-03-07 00:25
Thanks for the patch. Should be fixed.
History
Date User Action Args
2022-04-11 14:57:42adminsetgithub: 61563
2013-03-07 00:25:56skrahsetstatus: open -> closed
resolution: fixed
messages: + msg183624

stage: resolved
2013-03-07 00:23:50python-devsetnosy: + python-dev
messages: + msg183623
2013-03-05 22:09:07rpetrovcreate