Disable support for Mach C Threads.

This commit is contained in:
Antoine Pitrou 2009-10-24 20:24:16 +00:00
parent 6103ab1d0b
commit 86b21c190a
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ static size_t _pythread_stacksize = 0;
#endif
#ifdef C_THREADS
#error Mach C Threads are now unsupported, and code will be removed in 3.3.
#include "thread_cthread.h"
#endif