bpo-32500: Fix error messages for sequence and mapping C API. by serhiy-storchaka · Pull Request #7846 · python/cpython

@serhiy-storchaka

Fix error messages for PySequence_Size(), PySequence_GetItem(),
PySequence_SetItem() and PySequence_DelItem() called with a mapping
and PyMapping_Size() called with a sequence.