Andy Dustman: add GNU pth user-space thread support.

This commit is contained in:
Guido van Rossum 2000-05-08 13:41:38 +00:00
parent 8b41d5363a
commit 07bd90e92d
7 changed files with 594 additions and 198 deletions

View file

@ -128,4 +128,8 @@ PERFORMANCE OF THIS SOFTWARE.
#define Py_file_input 257
#define Py_eval_input 258
#ifdef _GNU_PTH
/* GNU pth user-space thread support */
#include <pth.h>
#endif
#endif /* !Py_PYTHON_H */