Issue #25701: Document that some C APIs can both set and delete items
Also document that using the dedicated functions to delete items is preferred. Using PyObject_SetAttr/String() and PySequence_SetItem/Slice() for deletion is deprecated.
Showing
Please register or sign in to comment