summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/thread.c4
-rw-r--r--Python/thread_pthread.h8
2 files changed, 0 insertions, 12 deletions
diff --git a/Python/thread.c b/Python/thread.c
index 2298b38..ca2d6c6 100644
--- a/Python/thread.c
+++ b/Python/thread.c
@@ -45,10 +45,6 @@ extern char *getenv(const char *);
#define SUN_LWP
#endif
-#if defined(__MWERKS__) && !defined(__BEOS__)
-#define _POSIX_THREADS
-#endif
-
#endif /* _POSIX_THREADS */
diff --git a/Python/thread_pthread.h b/Python/thread_pthread.h
index 0f7ad20..cb03a9b 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)