homepage

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: ICC and version should be in COMPILER string when built with ICC on Windows
Type: behavior Stage: resolved
Components: Build, Windows Versions: Python 3.6, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: zach.ware Nosy List: paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Priority: normal Keywords: patch

Created on 2015年08月28日 20:51 by zach.ware, last changed 2022年04月11日 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
icc_version_in_sys.version.diff zach.ware, 2015年08月28日 20:51 review
Messages (4)
msg249297 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2015年08月28日 20:51
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.
msg249298 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2015年08月28日 21:16
LGTM
msg249313 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015年08月29日 05:13
New changeset 3639520c3fe9 by Zachary Ware in branch '2.7':
Issue #24953: Include ICC version in sys.version string when bulit with ICC on Windows
https://hg.python.org/cpython/rev/3639520c3fe9
New changeset ca88db01bb51 by Zachary Ware in branch '3.5':
Issue #24953: Include ICC version in sys.version string when bulit with ICC on Windows
https://hg.python.org/cpython/rev/ca88db01bb51
New changeset 1633fe209375 by Zachary Ware in branch 'default':
Closes #24953: Merge with 3.5
https://hg.python.org/cpython/rev/1633fe209375 
msg249314 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2015年08月29日 05:18
Thanks for the review, Steve!
History
Date User Action Args
2022年04月11日 14:58:20adminsetgithub: 69141
2015年08月29日 05:18:26zach.waresetmessages: + msg249314
2015年08月29日 05:13:58python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg249313

resolution: fixed
stage: patch review -> resolved
2015年08月28日 21:16:51steve.dowersetmessages: + msg249298
2015年08月28日 20:51:53zach.warecreate

AltStyle によって変換されたページ (->オリジナル) /