mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Andy Dustman: add GNU pth user-space thread support.
This commit is contained in:
parent
8b41d5363a
commit
07bd90e92d
7 changed files with 594 additions and 198 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue