1 parent a074dd0 commit 6f79713Copy full SHA for 6f79713
1 file changed
Python/thread.c
@@ -109,6 +109,7 @@ static size_t _pythread_stacksize = 0;
109
#endif
110
111
#ifdef SUN_LWP
112
+#error SunOS lightweight processes are now unsupported, and code will be removed in 3.3.
113
#include "thread_lwp.h"
114
115
0 commit comments