Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86b21c1

Browse files
committed
Disable support for Mach C Threads.
1 parent 6103ab1 commit 86b21c1

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)