cpython/Misc/NEWS.d/next/C API/2018-06-21-17-19-31.bpo-325...

5 lines
219 B
ReStructuredText

Fixed error messages for :c:func:`PySequence_Size`,
:c:func:`PySequence_GetItem`, :c:func:`PySequence_SetItem` and
:c:func:`PySequence_DelItem` called with a mapping and
:c:func:`PyMapping_Size` called with a sequence.