[issue33174] error building the _sha3 module with Intel 2018 compilers

2018-06-19 Thread Andrew Edmondson
Andrew Edmondson added the comment: See https://software.intel.com/en-us/forums/intel-c-compiler/topic/780574 -- ___ Python tracker <https://bugs.python.org/issue33

[issue33174] error building the _sha3 module with Intel 2018 compilers

2018-06-19 Thread Andrew Edmondson
Andrew Edmondson added the comment: 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