diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-06-11 08:57:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-11 08:57:16 (GMT) |
commit | e6d28a1a6ad22125fc3a6df2d611d79aa8d6f67e (patch) | |
tree | 77121afd3b740a5b77072c9df6d4a01f9ea9229c /Objects/codeobject.c | |
parent | d7930fb720b5e9db2076b116dffcd52b6ca71438 (diff) | |
download | cpython-e6d28a1a6ad22125fc3a6df2d611d79aa8d6f67e.zip cpython-e6d28a1a6ad22125fc3a6df2d611d79aa8d6f67e.tar.gz cpython-e6d28a1a6ad22125fc3a6df2d611d79aa8d6f67e.tar.bz2 |
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 304dfec8d3c0763734ea8b5fa2af1d9e1ce69ffa)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Objects/codeobject.c')
0 files changed, 0 insertions, 0 deletions