diff options
| author | Victor Stinner <vstinner@python.org> | 2024-07-28 07:59:07 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-28 07:59:07 (GMT) |
| commit | b359f66c4c315ca14b2a075ee136145ba6610760 (patch) | |
| tree | a3e16e0bf4bc0b1f4435434868fe4979601118e4 /Python/bltinmodule.c | |
| parent | aa449cf063581ea515e2a6194d175f5e1db3d62e (diff) | |
| download | cpython-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/bltinmodule.c')
0 files changed, 0 insertions, 0 deletions
