mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Disable GNU pth support
This commit is contained in:
parent
1b8c783408
commit
db6c567a72
3 changed files with 3 additions and 38 deletions
|
@ -114,6 +114,7 @@ static size_t _pythread_stacksize = 0;
|
|||
#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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue