From 426acda5c1ce68052e5ab7a9ea8fbee0092d11d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente-Sarr=C3=ADn?= Date: Tue, 20 Oct 2015 00:48:56 -0500 Subject: [PATCH 1/2] Minor typo Beazleys -> Beazley --- docs/scenarios/speed.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/speed.rst b/docs/scenarios/speed.rst index 8bd4cb5b8..9689a2d96 100644 --- a/docs/scenarios/speed.rst +++ b/docs/scenarios/speed.rst @@ -4,7 +4,7 @@ Speed CPython, the most commonly used implementation of Python, is slow for CPU bound tasks. `PyPy`_ is fast. -Using a slightly modified version of `David Beazleys`_ CPU bound test code +Using a slightly modified version of `David Beazley`_ CPU bound test code (added loop for multiple tests), you can see the difference between CPython and PyPy's processing. From 2606cf0bfb6b2b26298e37697e110d7003cc44e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Tue, 27 Oct 2015 01:28:00 -0500 Subject: [PATCH 2/2] Fixed typo and link. --- docs/scenarios/speed.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scenarios/speed.rst b/docs/scenarios/speed.rst index 9689a2d96..6050c98f5 100644 --- a/docs/scenarios/speed.rst +++ b/docs/scenarios/speed.rst @@ -4,7 +4,7 @@ Speed CPython, the most commonly used implementation of Python, is slow for CPU bound tasks. `PyPy`_ is fast. -Using a slightly modified version of `David Beazley`_ CPU bound test code +Using a slightly modified version of `David Beazley's`_ CPU bound test code (added loop for multiple tests), you can see the difference between CPython and PyPy's processing. @@ -247,4 +247,4 @@ Multiprocessing .. _`guide`: http://www.dabeaz.com/python/UnderstandingGIL.pdf .. _`New GIL`: http://www.dabeaz.com/python/NewGIL.pdf .. _`Special care`: http://docs.python.org/c-api/init.html#threads -.. _`David Beazleys`: http://www.dabeaz.com/GIL/gilvis/measure2.py +.. _`David Beazley's`: http://www.dabeaz.com/GIL/gilvis/measure2.py