goto malloc_error;
}
else {
- PyErr_SetString(PyExc_RuntimeError,
- "dec_hash: internal error: please report");
+ PyErr_SetString(PyExc_RuntimeError, /* GCOV_NOT_REACHED */
+ "dec_hash: internal error: please report"); /* GCOV_NOT_REACHED */
}
- result = -1;
+ result = -1; /* GCOV_NOT_REACHED */
}
}
if (base == NULL) {
- goto error;
+ goto error; /* GCOV_NOT_REACHED */
}
ASSIGN_PTR(cm->ex, PyErr_NewException((char *)cm->fqname, base, NULL));
base = PyTuple_Pack(1, signal_map[0].ex);
}
if (base == NULL) {
- goto error;
+ goto error; /* GCOV_NOT_REACHED */
}
ASSIGN_PTR(cm->ex, PyErr_NewException((char *)cm->fqname, base, NULL));