Skip to content

Commit 1b8c783

Browse files
committed
Disable support for SunOS LWP
1 parent 86b21c1 commit 1b8c783

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/thread.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ static size_t _pythread_stacksize = 0;
109109
#endif
110110

111111
#ifdef SUN_LWP
112+
#error SunOS lightweight processes are now unsupported, and code will be removed in 3.3.
112113
#include "thread_lwp.h"
113114
#endif
114115

0 commit comments

Comments
 (0)