Skip to content

Commit a074dd0

Browse files
committed
Disable support for Mach C Threads.
1 parent 75346d5 commit a074dd0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Python/thread.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ static size_t _pythread_stacksize = 0;
122122
#endif
123123

124124
#ifdef C_THREADS
125+
#error Mach C Threads are now unsupported, and code will be removed in 3.3.
125126
#include "thread_cthread.h"
126127
#endif
127128

0 commit comments

Comments
 (0)