There was an error while loading. Please reload this page.
1 parent 7cd97fc commit 0ce642eCopy full SHA for 0ce642e
1 file changed
Modules/_sha3/sha3module.c
@@ -464,7 +464,7 @@ SHA3_factory(PyObject *args, PyObject *kwdict, const char *fmt,
464
}
465
466
if (data_obj) {
467
-#ifdef WITH_THREADS
+#ifdef WITH_THREAD
468
if (buf.len >= HASHLIB_GIL_MINSIZE) {
469
/* invariant: New objects can't be accessed by other code yet,
470
* thus it's safe to release the GIL without locking the object.
0 commit comments