diff options
author | Christian Heimes <christian@cheimes.de> | 2013-07-01 23:00:22 +0200 |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-07-01 23:00:22 +0200 |
commit | 9dc893c954b626685fc5bb12a040e22a41a8958d (patch) | |
tree | c42918d40b287e76ae260b4c402ce62ed813087d /Python/thread.c | |
parent | d71dc179c59f0a6e74087ecea134164f0e184ee8 (diff) | |
parent | 691afb4d9f2a095f89c6e4011807a185fa661bb7 (diff) | |
download | cpython-9dc893c954b626685fc5bb12a040e22a41a8958d.tar.gz |
Issue #18339: use with self.assertRaises() to make test case more readable
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 |