commit | 1b8c7834086975a5aae08f36cd1cceb39c5d4a84 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 24 20:30:34 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 24 20:30:34 2009 +0000 |
tree | ab9a0ba7571a450575a5346716df9dd997a108c5 | |
parent | 86b21c190ae6696f2faea6dd25a4a343e771ef02 [diff] |
Disable support for SunOS LWP
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 @@ #endif #ifdef SUN_LWP +#error SunOS lightweight processes are now unsupported, and code will be removed in 3.3. #include "thread_lwp.h" #endif