Currently only few functions in these protocols are covered by tests: PyMapping_Keys, PyMapping_Values, PyMapping_Items, PyMapping_HasKey, PyMapping_HasKeyString, PySequence_SetSlice, PySequence_DelSlice. Since we just added few new functions (PyMapping_GetOptionalItem, etc) and are planning to deprecate other functions (PyMapping_HasKey, etc), we need more tests.
Linked PRs