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 <rep...@bugs.python.org> <http://bugs.python.org/issue24953> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com