yet another WITH_THREADS typo
This commit is contained in:
parent
7cd97fcf6e
commit
0ce642ebca
|
@ -464,7 +464,7 @@ SHA3_factory(PyObject *args, PyObject *kwdict, const char *fmt,
|
|||
}
|
||||
|
||||
if (data_obj) {
|
||||
#ifdef WITH_THREADS
|
||||
#ifdef WITH_THREAD
|
||||
if (buf.len >= HASHLIB_GIL_MINSIZE) {
|
||||
/* invariant: New objects can't be accessed by other code yet,
|
||||
* thus it's safe to release the GIL without locking the object.
|
||||
|
|
Loading…
Reference in New Issue