Disable support for SunOS LWP

This commit is contained in:
Antoine Pitrou 2009-10-24 20:30:34 +00:00
parent 86b21c190a
commit 1b8c783408
1 changed files with 1 additions and 0 deletions

View 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