◐ Shell
clean mode source ↗

gh-95349: Hide a Distutils Warning Filter for test_check_c_globals by ericsnowcurrently · Pull Request #95837 · python/cpython

@ericsnowcurrently

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 9, 2022
…als (pythonGH-95837)

Under certain build conditions, test_check_c_globals fails.  This fix takes the same approach as we took for pythongh-84236 (via pythongh-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 3ff6d9a)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>

ambv pushed a commit that referenced this pull request

Aug 10, 2022
…H-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 3ff6d9a)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 10, 2022
…als (pythonGH-95837)

Under certain build conditions, test_check_c_globals fails.  This fix takes the same approach as we took for pythongh-84236 (via pythongh-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 3ff6d9a)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>

miss-islington added a commit that referenced this pull request

Aug 11, 2022
…H-95837)

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 3ff6d9a)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>

iritkatriel pushed a commit to iritkatriel/cpython that referenced this pull request

Aug 11, 2022
…als (pythonGH-95837)

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