From 7898df17dbdd0010e531e64e6ea16ef03853956c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 27 Oct 2010 15:54:56 -0400 Subject: [PATCH] Python FAQ GIL link should point to GIL blurb, not GIL TOC entry. --- pysawsim/manager/thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.26.2