summaryrefslogtreecommitdiffstats
path: root/Python/pymath.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2024-07-28 07:59:07 (GMT)
committerGitHub <noreply@github.com>2024-07-28 07:59:07 (GMT)
commitb359f66c4c315ca14b2a075ee136145ba6610760 (patch)
treea3e16e0bf4bc0b1f4435434868fe4979601118e4 /Python/pymath.c
parentaa449cf063581ea515e2a6194d175f5e1db3d62e (diff)
downloadcpython-b359f66c4c315ca14b2a075ee136145ba6610760.zip
cpython-b359f66c4c315ca14b2a075ee136145ba6610760.tar.gz
cpython-b359f66c4c315ca14b2a075ee136145ba6610760.tar.bz2
gh-120593: Make _PyLong_CompactValue() parameter const again (#122367)
Change _PyLong_IsCompact() and _PyLong_CompactValue() parameter type from 'PyObject*' to 'const PyObject*'. Avoid the Py_TYPE() macro which does not support const parameter.
Diffstat (limited to 'Python/pymath.c')
0 files changed, 0 insertions, 0 deletions