commit | 0ce642ebca5f4d0e1b6875b845ad0eb8cb76bbb4 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Wed Jul 31 13:32:40 2013 +0200 |
committer | Christian Heimes <christian@cheimes.de> | Wed Jul 31 13:32:40 2013 +0200 |
tree | 55051356485af972ecb44c7e41f000f8b3f49b5b | |
parent | 7cd97fcf6ec35c828920bbbb66d4693d63046b09 [diff] [blame] |
yet another WITH_THREADS typo
diff --git a/Modules/_sha3/sha3module.c b/Modules/_sha3/sha3module.c index 0f47fc3..4e6352b 100644 --- a/Modules/_sha3/sha3module.c +++ b/Modules/_sha3/sha3module.c
@@ -464,7 +464,7 @@ } 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.