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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation5 Commits1 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

ericsnowcurrently

@ericsnowcurrently

zooba

@miss-islington

Thanks @ericsnowcurrently for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

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

Aug 9, 2022

@ericsnowcurrently @miss-islington

…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

@bedevere-bot

ambv pushed a commit that referenced this pull request

Aug 10, 2022

@miss-islington @ericsnowcurrently

…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

Thanks @ericsnowcurrently for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@zooba

Sorry, this applies to 3.10 as well, so one more backport

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

Aug 10, 2022

@ericsnowcurrently @miss-islington

…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

@bedevere-bot

miss-islington added a commit that referenced this pull request

Aug 11, 2022

@miss-islington @ericsnowcurrently

…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

@ericsnowcurrently @iritkatriel

…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.