diff options
author | Victor Stinner <vstinner@python.org> | 2021-06-11 08:35:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-11 08:35:36 (GMT) |
commit | 304dfec8d3c0763734ea8b5fa2af1d9e1ce69ffa (patch) | |
tree | 77344bbbd948d0966a6964c53e5d7f11c8414cbd /Python/pymath.c | |
parent | 3a7cccfd6cd3693e1a2ab65ee05d7f45f8501dfa (diff) | |
download | cpython-304dfec8d3c0763734ea8b5fa2af1d9e1ce69ffa.zip cpython-304dfec8d3c0763734ea8b5fa2af1d9e1ce69ffa.tar.gz cpython-304dfec8d3c0763734ea8b5fa2af1d9e1ce69ffa.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*".
Diffstat (limited to 'Python/pymath.c')
0 files changed, 0 insertions, 0 deletions