summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2013-07-02 13:01:31 +0100
committerRichard Oudkerk <shibturn@gmail.com>2013-07-02 13:01:31 +0100
commit6ec3b245878b4c2a400c5d76248b890f93e56360 (patch)
tree91d5c8201589be1521ea579dafcc826ea7cf6381 /Python/thread.c
parent6545fa4a1cd1f1ace8e98c30e1f5c14037b9b00c (diff)
parent02c19344d88af8392d3dbac66306228f66e5f96c (diff)
downloadcpython-6ec3b245878b4c2a400c5d76248b890f93e56360.tar.gz
Issue #14206: Clarify docs for Queue.join_cancel_thread().
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