]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41172: Fix check for compiler in test suite (GH-21400)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 9 Jul 2020 18:12:07 +0000 (11:12 -0700)
committerGitHub <noreply@github.com>
Thu, 9 Jul 2020 18:12:07 +0000 (11:12 -0700)
commitc65ee555124a5647b8e3a5d58c906fa5db9e927a
treeac234d654f84bfbc49c617c2add7ea03cfcc390a
parentb4beda1a865972dc6477fd84b1a96ff5ccbfb45a
bpo-41172: Fix check for compiler in test suite (GH-21400)

(cherry picked from commit af56c4fc76ac39ce76d649d7bebf7f78c1add4fa)

Co-authored-by: Steve Dower <steve.dower@python.org>
Lib/test/support/__init__.py