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.

Author edmondac
Recipients boegel, christian.heimes, edmondac, wscullin
Date 2018-06-19.09:09:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529399377.63.0.56676864532.issue33174@psf.upfronthosting.co.za>
In-reply-to
Content
I made the patch. I'm not sure it's suitable to commit back as it is, as it unrolls a macro but there seems to be a choice of macro in the code (depending on certain conditions).

The problem is that icc can't handle a line that is so long.

I didn't log the bug with Intel - but I agree that it's a compiler bug and not a Python bug. I'll log it now...

-Ed
History
Date User Action Args
2018-06-19 09:09:37edmondacsetrecipients: + edmondac, christian.heimes, wscullin, boegel
2018-06-19 09:09:37edmondacsetmessageid: <1529399377.63.0.56676864532.issue33174@psf.upfronthosting.co.za>
2018-06-19 09:09:37edmondaclinkissue33174 messages
2018-06-19 09:09:37edmondaccreate