Python FAQ GIL link should point to GIL blurb, not GIL TOC entry.
authorW. Trevor King <wking@drexel.edu>
Wed, 27 Oct 2010 19:54:56 +0000 (15:54 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 27 Oct 2010 19:54:56 +0000 (15:54 -0400)
pysawsim/manager/thread.py

index 7c62db091024c7af92fff18feda9b65cc71e4a92..48a2f9fec3b0f97315c18dc787cc513423f00851 100644 (file)
@@ -82,7 +82,7 @@ class ThreadManager (JobManager):
     threads to a single core.  See the following discussions:
 
     * http://smoothspan.wordpress.com/2007/09/14/guido-is-right-to-leave-the-gil-in-python-not-for-multicore-but-for-utility-computing/
-    * http://docs.python.org/faq/library#id18
+    * http://docs.python.org/faq/library#can-t-we-get-rid-of-the-global-interpreter-lock
     * http://www.artima.com/weblogs/viewpost.jsp?thread=214235
     * http://www.snaplogic.com/blog/?p=94
     * http://stackoverflow.com/questions/31340/