こんにちは。 野中やすおです。 タイトルの通りですが、subprocess.Popenの返り値の型アノテーションがわからず、いろいろ調べてしまってやたら時間がかかってしまったので、メモがてら残しておきます。 subprocess.Popenを使ったコードサンプル どういうことか ...
I will start with saying that documentation for subprocess.Popen is not clear. I was using subprocess.run(..., input=..., ...) and needed to monitor other things ...
diff -Naur Python-3.8.0-orig/Lib/distutils/cygwinccompiler.py Python-3.8.0/Lib/distutils/cygwinccompiler.py --- Python-3.8.0-orig/Lib/distutils/cygwinccompiler.py ...