[New-bugs-announce] [issue24953] ICC and version should be in COMPILER string when built with ICC on Windows

Zachary Ware report at bugs.python.org
Fri Aug 28 22:51:53 CEST 2015


New submission from Zachary Ware:

This patch makes the compiler portion of the sys.version string look something like "[ICC v.1500 32-bit (Intel) with MSC v.1500 CRT]" when Python is built with ICC.  This format keeps distutils happy without having to change its parsing of the version string to decide which compiler to use for extensions, while making it possible to tell which compiler was used to build Python.

----------
assignee: zach.ware
components: Build, Windows
files: icc_version_in_sys.version.diff
keywords: patch
messages: 249297
nosy: paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
stage: patch review
status: open
title: ICC and version should be in COMPILER string when built with ICC on Windows
type: behavior
versions: Python 2.7, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file40285/icc_version_in_sys.version.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24953>
_______________________________________


More information about the New-bugs-announce mailing list