{{ message }}
[3.11] gh-95349: Hide a Distutils Warning Filter for test_check_c_globals (GH-95837)#95843
Merged
ambv merged 1 commit intoAug 10, 2022
Merged
Conversation
…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>
Contributor
Author
|
@ericsnowcurrently: Status check is done, and it's a failure ❌ . |
Sorry, something went wrong.
Contributor
Author
|
@ericsnowcurrently: Status check is done, and it's a failure ❌ . |
Sorry, something went wrong.
Contributor
Author
|
Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
1 similar comment
Contributor
Author
|
Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
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