New submission from s-wakaba:
When writing bash shellscripts, I always set options "set -ueC" for strict
error checking. However, loading pyvenv's activate and deactivate scripts from
bash with "-u" option, they are failure because they may refer undefined shell
va
New submission from s-wakaba:
When compiling cpython with specifying NSMALLPOSINTS and NSMALLNEGINTS macros
as zero to skip making small_ints[] array, like following command, process
couldn't finish.
$ ./configure CPPFLAGS='-DNSMALLPOSINTS=0 -DNSMALLNEGINTS=0'
$ make
The
New submission from s-wakaba:
I've found some parts there are illegal message formatting in int object unit
test script "Lib/test/test_long.py" when hacking the interpreter.
because they were an easy problem, I already fixed them to promote my work.
Therefore, the patch ha