From ecbcd6249db36a9b33c65bbb41fa827c7a0c56ef Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Thu, 1 Feb 2024 00:39:56 -0800 Subject: [PATCH] after the close --- c_impl/blake3module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_impl/blake3module.c b/c_impl/blake3module.c index 37aedf1..bed57a1 100644 --- a/c_impl/blake3module.c +++ b/c_impl/blake3module.c @@ -270,7 +270,6 @@ static PyObject *Blake3_update_mmap(Blake3Object *self, PyObject *args, break; } } - return NULL; printf("JACK 7\n"); int fclose_ret = fclose(file); @@ -279,6 +278,7 @@ static PyObject *Blake3_update_mmap(Blake3Object *self, PyObject *args, PyErr_SetFromErrno(PyExc_OSError); goto exit; } + return NULL; // success printf("JACK 8\n");