From 1b8c7834086975a5aae08f36cd1cceb39c5d4a84 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sat, 24 Oct 2009 20:30:34 +0000 Subject: Disable support for SunOS LWP --- Python/thread.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Python/thread.c b/Python/thread.c index 5b8ec10..acb2103 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -109,6 +109,7 @@ static size_t _pythread_stacksize = 0; #endif #ifdef SUN_LWP +#error SunOS lightweight processes are now unsupported, and code will be removed in 3.3. #include "thread_lwp.h" #endif -- cgit v0.12