diff options
| author | Jesus Cea <jcea@jcea.es> | 2012-11-17 03:43:15 +0100 |
|---|---|---|
| committer | Jesus Cea <jcea@jcea.es> | 2012-11-17 03:43:15 +0100 |
| commit | aa3eafec628637ab0369d1268934eb6201cf32d1 (patch) | |
| tree | f663df212bba736aa488b8d5a6b813e3f564538d /Python/thread.c | |
| parent | 41a5c48da1ced4383714ff0fb6da8a65b4f96bc7 (diff) | |
| parent | d5ef550810db6eee6cf6d9f2543b767543bb3bdf (diff) | |
| download | cpython-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.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 |
