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

[3.12] gh-105059: Fix MSCV compiler warning on PyObject union (GH-107239) #107248

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 25, 2023

Use pragma to ignore the MSCV compiler warning on the PyObject
nameless union.
(cherry picked from commit 1c8fe9b)

Co-authored-by: Victor Stinner vstinner@python.org

…H-107239)

Use pragma to ignore the MSCV compiler warning on the PyObject
nameless union.
(cherry picked from commit 1c8fe9b)

Co-authored-by: Victor Stinner <vstinner@python.org>
@vstinner vstinner enabled auto-merge (squash) July 25, 2023 14:46
@vstinner vstinner merged commit 9c31d94 into python:3.12 Jul 25, 2023
22 of 23 checks passed
@miss-islington miss-islington deleted the backport-1c8fe9b-3.12 branch July 25, 2023 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants