It's a GCC bug, not a Python bug: "gcc: Internal error: ...".
You can try to modify Makefile to replace "-O3" with "-O2" or even "-O0" (disable all optimizations), and then try to run "make" again.
http://bugs.python.org/issue22424
把makefile中的-O3替换成-O2即可解决,并不是Python的bug,是GCC的bug
文章的脚注信息由WordPress的wp-posturl插件自动生成