Commit 1b8c7834 authored by Antoine Pitrou's avatar Antoine Pitrou

Disable support for SunOS LWP

parent 86b21c19
...@@ -109,6 +109,7 @@ static size_t _pythread_stacksize = 0; ...@@ -109,6 +109,7 @@ static size_t _pythread_stacksize = 0;
#endif #endif
#ifdef SUN_LWP #ifdef SUN_LWP
#error SunOS lightweight processes are now unsupported, and code will be removed in 3.3.
#include "thread_lwp.h" #include "thread_lwp.h"
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment