Disable support for SunOS LWP
This commit is contained in:
parent
86b21c190a
commit
1b8c783408
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue