]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40112: distutils test_search_cpp: Fix logic to determine if C compiler is xlc...
authorVictor Stinner <vstinner@python.org>
Thu, 9 Apr 2020 15:32:21 +0000 (17:32 +0200)
committerGitHub <noreply@github.com>
Thu, 9 Apr 2020 15:32:21 +0000 (17:32 +0200)
commitcd8e1da3eaf1b39cc0897def3845da2d793a9e4c
tree8352a583ac35fa6c6a55bab0617d3ce4220b8e6d
parentc83f003ee5398e9c27a0c634329420003d607d46
bpo-40112: distutils test_search_cpp: Fix logic to determine if C compiler is xlc on AIX (GH-19225) (GH-19444)

(cherry picked from commit 76db37b1d37a9daadd9e5b320f2d5a53cd1352ec)

Co-authored-by: Michael Felt <aixtools@users.noreply.github.com>
Lib/distutils/tests/test_config_cmd.py