Disable support for Mach C Threads.
This commit is contained in:
parent
6103ab1d0b
commit
86b21c190a
|
@ -122,6 +122,7 @@ static size_t _pythread_stacksize = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef C_THREADS
|
#ifdef C_THREADS
|
||||||
|
#error Mach C Threads are now unsupported, and code will be removed in 3.3.
|
||||||
#include "thread_cthread.h"
|
#include "thread_cthread.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue