[issue32161] Python 2.7.14 installation on Ubuntu 16.04/GCC 5.4 throws "internal compiler error" in "PyFloat_GetMax" function

STINNER Victor report at bugs.python.org
Tue Nov 28 17:48:12 EST 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

"internal compiler error" is a bug in GCC, not in Python. Please follow instructions in the error message:

Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.

See https://gcc.gnu.org/bugs/ and https://gcc.gnu.org/

It would help if you can simplify the code to reproduce the bug without Python.

I close the issue since it's a bug in GCC, not in Python.

----------
nosy: +vstinner
resolution:  -> third party
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32161>
_______________________________________


More information about the Python-bugs-list mailing list