There is a discrepancy between Python and Fortran in handling the null character (\0) when computing the length of a string. In Python, the null character is treated as a regular character, while in ...
≮Python≯ 一時的に標準出力を NULL にリダイレクトするサンプルプログラム sout_null.py Pythonで一時的に標準出力を NULL にリダイレクトするサンプルプログラムです。 個人的なメモとして書いたプログラムですが、需要があるかもしれないと思い公開しました。
In the generated *.tar.gz archives, there seem to be some extra bytes in the name buffer after the null-terminator character. As far as I understand, this is absolutely legal according to these specs, ...