Skip to content
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

Remove outdated Py_VA_COPY Coverity false positive #881

Merged
merged 1 commit into from Jun 4, 2022

Conversation

arhadthedev
Copy link
Contributor

@arhadthedev arhadthedev commented Jun 4, 2022

After python/cpython@0c21214 removed Py_VA_COPY usage from the codebase leaving #define Py_VA_COPY va_copy behind, the Coverity Scan → Known limitations → Intentionally → Py_VA_COPY section became obsolete and can be removed.

@arhadthedev arhadthedev changed the title Remove outdated Coverity exception on Py_VA_COPY Remove outdated Py_VA_COPY Coverity false positive Jun 4, 2022
@ezio-melotti ezio-melotti merged commit 56aacb5 into python:main Jun 4, 2022
3 checks passed
@arhadthedev arhadthedev deleted the coverity-pyvacopy branch Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants