diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-19 22:52:23 +0000 |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-19 22:52:23 +0000 |
| commit | d928e0fc503219f9f399bc131bac92527fa145ca (patch) | |
| tree | d626b792d730f2a6f282796ae6f55bb2ac59625c /Python/thread_pthread.h | |
| parent | e98f7a52329529203722cde675477f11abafb425 (diff) | |
| download | cpython-d928e0fc503219f9f399bc131bac92527fa145ca.tar.gz | |
Getting rid of code dependent on GUSI or the MetroWerks compiler.
Diffstat (limited to 'Python/thread_pthread.h')
| -rw-r--r-- | Python/thread_pthread.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Python/thread_pthread.h b/Python/thread_pthread.h index 0f7ad20c2a..cb03a9ba6e 100644 --- a/Python/thread_pthread.h +++ b/Python/thread_pthread.h @@ -68,14 +68,6 @@ #endif -#ifdef USE_GUSI -/* The Macintosh GUSI I/O library sets the stackspace to -** 20KB, much too low. We up it to 64K. -*/ -#define THREAD_STACK_SIZE 0x10000 -#endif - - /* set default attribute object for different versions */ #if defined(PY_PTHREAD_D4) || defined(PY_PTHREAD_D7) |
