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 and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-35561: Fix valgrind warnings in selectmodule.c #18060
bpo-35561: Fix valgrind warnings in selectmodule.c #18060
Conversation
Update Misc/valgrind-python.supp to suppress the false alarm.
I don't think this needs a news entry. |
I confirm that this PR fix https://bugs.python.org/issue35561 I tested manually that the warning goes away with my test: https://bugs.python.org/issue35561#msg359433 |
Thanks @ZackerySpytz for the PR, and @vstinner for merging it |
Thanks @ZackerySpytz for the PR, and @vstinner for merging it |
GH-18070 is a backport of this pull request to the 3.7 branch. |
GH-18071 is a backport of this pull request to the 3.8 branch. |
…-18060) Update Misc/valgrind-python.supp to suppress the false alarm.
…-18060) Update Misc/valgrind-python.supp to suppress the false alarm.
Update Misc/valgrind-python.supp to suppress the false alarm.
https://bugs.python.org/issue35561