Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
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.