mirror of
https://github.com/python/cpython.git
synced 2025-10-22 06:32:43 +00:00
Disable support for SunOS LWP
This commit is contained in:
parent
86b21c190a
commit
1b8c783408
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue