mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +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
|
||||
|
||||
#ifdef SUN_LWP
|
||||
#error SunOS lightweight processes are now unsupported, and code will be removed in 3.3.
|
||||
#include "thread_lwp.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue