Skip to content
Unverified Commit e6d28a1a authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644)



Py_IS_TYPE() no longer uses Py_TYPE() to avoid a compiler warning:
no longer cast "const PyObject*" to "PyObject*".
(cherry picked from commit 304dfec8)

Co-authored-by: default avatarVictor Stinner <vstinner@python.org>
parent d7930fb7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment