Commit 6f797135 authored by Antoine Pitrou's avatar Antoine Pitrou

Disable support for SunOS LWP

parent a074dd04
......@@ -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
......
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