[Python-checkins] peps: PEP 418: Add link to libpthread for Windows

victor.stinner python-checkins at python.org
Mon Apr 2 21:52:40 CEST 2012


http://hg.python.org/peps/rev/13cf90c1c02b
changeset:   4187:13cf90c1c02b
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Mon Apr 02 21:52:32 2012 +0200
summary:
  PEP 418: Add link to libpthread for Windows

files:
  pep-0418.txt |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/pep-0418.txt b/pep-0418.txt
--- a/pep-0418.txt
+++ b/pep-0418.txt
@@ -764,6 +764,9 @@
   clock_gettime(CLOCK_MONOTONIC), mach_absolute_time() or
   gettimeofday().  "AbsoluteTime.monotonic?" method indicates if
   AbsoluteTime.now is monotonic or not.
+* `libpthread
+  <http://code.google.com/p/libpthread/>`_: POSIX thread library for Windows
+  (`clock.c <http://code.google.com/p/libpthread/source/browse/src/clock.c>`_)
 
 Time:
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list