]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105059: Fix MSCV compiler warning on PyObject union (#107239)
authorVictor Stinner <vstinner@python.org>
Tue, 25 Jul 2023 14:45:38 +0000 (16:45 +0200)
committerGitHub <noreply@github.com>
Tue, 25 Jul 2023 14:45:38 +0000 (16:45 +0200)
commit1c8fe9bdb624d356643ee569151a9e4f2963179a
tree4ccd26f32a58e6aa8595a867d9a4728766b811b1
parent1a3faba9f15e0c03c6cc0d225d377b8910b5379f
gh-105059: Fix MSCV compiler warning on PyObject union (#107239)

Use pragma to ignore the MSCV compiler warning on the PyObject
nameless union.
Include/object.h