Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b21c1 commit 1b8c783Copy full SHA for 1b8c783
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