if (sq_item == NULL) {
return -1;
}
- if (Py_EnterRecursiveCall("in _bisect.bisect_right")) {
+ if (Py_EnterRecursiveCall(" in _bisect.bisect_right")) {
return -1;
}
PyTypeObject *tp = Py_TYPE(item);
if (sq_item == NULL) {
return -1;
}
- if (Py_EnterRecursiveCall("in _bisect.bisect_left")) {
+ if (Py_EnterRecursiveCall(" in _bisect.bisect_left")) {
return -1;
}
PyTypeObject *tp = Py_TYPE(item);
return NULL;
}
if (as_parameter) {
- if (_Py_EnterRecursiveCall("while processing _as_parameter_")) {
+ if (_Py_EnterRecursiveCall(" while processing _as_parameter_")) {
Py_DECREF(as_parameter);
Py_XDECREF(exc);
return NULL;