commit | db6c567a720da3a71dd41671d4ceddf8300dc298 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 24 20:35:52 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 24 20:35:52 2009 +0000 |
tree | 59bd0d433c70e1cbcbe40ab925c06aeba663d01a | |
parent | 1b8c7834086975a5aae08f36cd1cceb39c5d4a84 [diff] [blame] |
Disable GNU pth support
diff --git a/Python/thread.c b/Python/thread.c index acb2103..f5722a7 100644 --- a/Python/thread.c +++ b/Python/thread.c
@@ -114,6 +114,7 @@ #endif #ifdef HAVE_PTH +#error GNU pth threads are now unsupported, and code will be removed in 3.3. #include "thread_pth.h" #undef _POSIX_THREADS #endif