Commit a074dd04 authored by Antoine Pitrou's avatar Antoine Pitrou

Disable support for Mach C Threads.

parent 75346d52
......@@ -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
......
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