From: Antoine Pitrou Date: Sat, 24 Oct 2009 20:30:34 +0000 (+0000) Subject: Disable support for SunOS LWP X-Git-Tag: v3.2a1~2334 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b8c7834086975a5aae08f36cd1cceb39c5d4a84;p=thirdparty%2FPython%2Fcpython.git Disable support for SunOS LWP --- diff --git a/Python/thread.c b/Python/thread.c index 5b8ec10b5c57..acb2103884af 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