]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95349: Hide a Distutils Warning Filter for test_check_c_globals (GH-95837) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 10 Aug 2022 10:57:32 +0000 (03:57 -0700)
committerGitHub <noreply@github.com>
Wed, 10 Aug 2022 10:57:32 +0000 (12:57 +0200)
commit2c4bd21630b6de45a211e3a8c0aea38abe4c58f2
tree7860d5c3483690a1ec47a21282305327f817a6ab
parenta42215c7e1e5a209b1bfb4cd02b52c7c1999f5cf
gh-95349: Hide a Distutils Warning Filter for test_check_c_globals (GH-95837) (GH-95843)

Under certain build conditions, test_check_c_globals fails.  This fix takes the same approach as we took for gh-84236 (via gh-20095).  We'll be removing use of distutils in the c-analyzer at some point.  Until then we'll hide the warning filter.
(cherry picked from commit 3ff6d9affb351292ad8530802e7c06f651520706)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Lib/test/test_check_c_globals.py