yet another WITH_THREADS typo

This commit is contained in:
Christian Heimes 2013-07-31 13:32:40 +02:00
parent 7cd97fcf6e
commit 0ce642ebca
1 changed files with 1 additions and 1 deletions

View File

@ -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.