]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12764)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 10 Apr 2019 23:58:55 +0000 (16:58 -0700)
committerGitHub <noreply@github.com>
Wed, 10 Apr 2019 23:58:55 +0000 (16:58 -0700)
commitd9b25a2627ff6f4e10d46b4de4fff941b63497c7
treeb4c68def0b0edb09b38c78b95c698546a12d32df
parent9d2ccf173e2e8ff069153f603d2e5b1ea757e734
bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12764)

Set CUSTOMIZED_OSX_COMPILER to True to disable
_osx_support.customize_compiler().
(cherry picked from commit a9bd8925c7fa50dd3cfab125b824ec192133ef49)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Lib/distutils/tests/test_sysconfig.py