summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-11-17 03:43:15 +0100
committerJesus Cea <jcea@jcea.es>2012-11-17 03:43:15 +0100
commitaa3eafec628637ab0369d1268934eb6201cf32d1 (patch)
treef663df212bba736aa488b8d5a6b813e3f564538d /Python/thread.c
parent41a5c48da1ced4383714ff0fb6da8a65b4f96bc7 (diff)
parentd5ef550810db6eee6cf6d9f2543b767543bb3bdf (diff)
downloadcpython-aa3eafec628637ab0369d1268934eb6201cf32d1.tar.gz
MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz.
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