mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Disable support for Mach C Threads.
This commit is contained in:
parent
6103ab1d0b
commit
86b21c190a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue