]> git.ipfire.org Git - thirdparty/tor.git/commit
ntor_ref.py: pass only strings to subprocess.Popen
authorNick Mathewson <nickm@torproject.org>
Mon, 2 Jul 2018 18:04:46 +0000 (14:04 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 2 Jul 2018 18:18:41 +0000 (14:18 -0400)
commitfc5f8b6931dbbfcf31157cb9e4f68da56b6ff6aa
treed04ebc3954ebf7215bff02d7a03c9f307a1324b3
parent1953a7e61d7dede47f90016cea13b38bc33554ef
ntor_ref.py: pass only strings to subprocess.Popen

Recent Python3 versions seem to require this on Windows.

Fixes bug 26535; bug introduced in f4be34f70d6f277a0f3f73e, which
was apparently intended itself as a Python3 workaround.
changes/bug26535.029 [new file with mode: 0644]
src/test/ntor_ref.py