summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-11-11 20:11:15 +0100
committerAntoine Pitrou <solipsis@pitrou.net>2012-11-11 20:11:15 +0100
commit58570e2a9e801c9d6758a79968e54d74f7ce0c45 (patch)
treef66bd116f1e85f3743868c514e6e8de1ce26812f /Python/thread.c
parent3b142536f70f81872eac135b55e0572429c5ab46 (diff)
parentaae0fc1b4754dafd00a40c1c48e19e5e19b64343 (diff)
downloadcpython-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.c4
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