cpython/Misc/NEWS.d/next/Core and Builtins/2024-06-28-10-02-58.gh-issu...

4 lines
162 B
ReStructuredText

:c:func:`PyLong_AsNativeBytes` no longer uses :meth:`~object.__index__`
methods by default. The ``Py_ASNATIVEBYTES_ALLOW_INDEX`` flag has been added
to allow it.