[issue45700] Got SEGV in compilation python3.6 with GCC-11, and please renewal python3.6.

2021-11-03 Thread Nojima Takahide
New submission from Nojima Takahide : I found python3.6.15(latest) caused SEGV while installing it using pyenv with GCC-11 on Debian sid. I show the Error below, ---here--- $ pyenv install -k 3.6.15 Downloading Python-3.6.15.tar.xz... -> https://www.python.

[issue34426] "__lltrace__" seems to be wrong , "__ltrace__" is correct in Misc/SpecialBuilds.txt

2018-08-17 Thread Nojima Takahide
New submission from Nojima Takahide : In the Section "LLTRACE" of $(Python3.6-source)/Misc/SpecialBuilds.txt , it describes variable name is "__lltrace__",however it seems to be wrong, "__ltrace__" is correct. Would someone correct this document? -- as