From: W. Trevor King Date: Wed, 27 Oct 2010 19:54:56 +0000 (-0400) Subject: Python FAQ GIL link should point to GIL blurb, not GIL TOC entry. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7898df17dbdd0010e531e64e6ea16ef03853956c;p=sawsim.git Python FAQ GIL link should point to GIL blurb, not GIL TOC entry. --- diff --git a/pysawsim/manager/thread.py b/pysawsim/manager/thread.py index 7c62db0..48a2f9f 100644 --- a/pysawsim/manager/thread.py +++ b/pysawsim/manager/thread.py @@ -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/