Skip to content

Commit 0ce642e

Browse files
committed
yet another WITH_THREADS typo
1 parent 7cd97fc commit 0ce642e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_sha3/sha3module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ SHA3_factory(PyObject *args, PyObject *kwdict, const char *fmt,
464464
}
465465

466466
if (data_obj) {
467-
#ifdef WITH_THREADS
467+
#ifdef WITH_THREAD
468468
if (buf.len >= HASHLIB_GIL_MINSIZE) {
469469
/* invariant: New objects can't be accessed by other code yet,
470470
* thus it's safe to release the GIL without locking the object.

0 commit comments

Comments
 (0)