diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-11-11 20:11:15 +0100 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-11-11 20:11:15 +0100 |
commit | 58570e2a9e801c9d6758a79968e54d74f7ce0c45 (patch) | |
tree | f66bd116f1e85f3743868c514e6e8de1ce26812f /Python/thread.c | |
parent | 3b142536f70f81872eac135b55e0572429c5ab46 (diff) | |
parent | aae0fc1b4754dafd00a40c1c48e19e5e19b64343 (diff) | |
download | cpython-58570e2a9e801c9d6758a79968e54d74f7ce0c45.tar.gz |
Add a test for hashing of unaligned memory buffers (from issue #16427).
Diffstat (limited to 'Python/thread.c')
-rw-r--r-- | Python/thread.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/thread.c b/Python/thread.c index e55d34244e..25ab16e647 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -91,10 +91,6 @@ static size_t _pythread_stacksize = 0; #include "thread_nt.h" #endif -#ifdef OS2_THREADS -#define PYTHREAD_NAME "os2" -#include "thread_os2.h" -#endif /* #ifdef FOOBAR_THREADS |