We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b11041 commit 2494a88Copy full SHA for 2494a88
1 file changed
src/_igraph/igraphmodule.c
@@ -784,6 +784,7 @@ PyObject* igraphmodule__enter_safelocale(PyObject* self, PyObject* Py_UNUSED(_nu
784
if (igraph_enter_safelocale(loc)) {
785
Py_DECREF(capsule);
786
igraphmodule_handle_igraph_error();
787
+ return NULL;
788
}
789
790
return capsule;
0 commit comments