]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31955: Fix distutils CCompiler.set_executable() for Unicode (GH-4316)
authorMazay0 <mazay0@gmail.com>
Wed, 8 Nov 2017 15:48:48 +0000 (22:48 +0700)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 8 Nov 2017 15:48:48 +0000 (07:48 -0800)
commit849482955f70eb1adc47a20dcbce3b4add47d864
treebbb28db204b4175328f621f6746c28a3a099a4f6
parentcd66d6d632b4a8190e97f265ee163f11b5ae38e6
bpo-31955: Fix distutils CCompiler.set_executable() for Unicode (GH-4316)

Fix CCompiler.set_executable() of distutils to handle properly Unicode strings.
Lib/distutils/ccompiler.py
Lib/distutils/tests/test_ccompiler.py
Misc/NEWS.d/next/Library/2017-11-07-19-12-25.bpo-31955.1DWu-S.rst [new file with mode: 0644]