diff options
author | Brett Cannon <brett@python.org> | 2011-03-17 18:16:38 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2011-03-17 18:16:38 (GMT) |
commit | eb8cee83833830630f9d7388bd09d1fcb638b1a2 (patch) | |
tree | 651105352b4f7b17a4e747886562546082e9aaee /Python/thread.c | |
parent | ecc2db515202456a67e9702ed94ce19fe5b4711f (diff) | |
parent | e9ff2ef20488eb3d1e8bba04516939585f35a148 (diff) | |
download | cpython-eb8cee83833830630f9d7388bd09d1fcb638b1a2.zip cpython-eb8cee83833830630f9d7388bd09d1fcb638b1a2.tar.gz cpython-eb8cee83833830630f9d7388bd09d1fcb638b1a2.tar.bz2 |
merge
Diffstat (limited to 'Python/thread.c')
-rw-r--r-- | Python/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread.c b/Python/thread.c index 09beaef..d224046 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -40,7 +40,7 @@ #endif /* Check if we're running on HP-UX and _SC_THREADS is defined. If so, then - enough of the Posix threads package is implimented to support python + enough of the Posix threads package is implemented to support python threads. This is valid for HP-UX 11.23 running on an ia64 system. If needed, add |