]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105059: Fix MSCV compiler warning on PyObject union (GH-107239) (#107248)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 Jul 2023 15:35:49 +0000 (08:35 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Jul 2023 15:35:49 +0000 (15:35 +0000)
commit9c31d9405027cea9c2d039ade672d604663ed5b0
tree2d4f1fc53a68c79cb8221c3b96ec68af56d4b5bc
parente788c0aeeb46bdfa3c4d8a39fb9bbb505e6d27a8
[3.12] gh-105059: Fix MSCV compiler warning on PyObject union (GH-107239) (#107248)

gh-105059: Fix MSCV compiler warning on PyObject union (GH-107239)

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

Co-authored-by: Victor Stinner <vstinner@python.org>
Include/object.h