]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Disable support for SunOS LWP
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 24 Oct 2009 20:30:34 +0000 (20:30 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 24 Oct 2009 20:30:34 +0000 (20:30 +0000)
Python/thread.c

index 5b8ec10b5c57443019bbd8df314dc062874266df..acb2103884af091e147bc6103041f14fc1cd3095 100644 (file)
@@ -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