I am moving CPython calls to pybind. I had the following code:
PyObject* my_list = ...; PyList_SetSlice(my_list , i, i+1, NULL);
Which was us