From 88af711ed8599122241651c54bcf16dd4541cc41 Mon Sep 17 00:00:00 2001 From: techiespace Date: Thu, 27 Jul 2017 00:30:05 +0530 Subject: [PATCH] Fix Broken Link Update - 'Inside the Python GIL (video)' link to point to YouTube video. The blip.tv website link was broken. --- where-to-go-from-here.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/where-to-go-from-here.html b/where-to-go-from-here.html index c08daca7..15b0be6d 100644 --- a/where-to-go-from-here.html +++ b/where-to-go-from-here.html @@ -53,7 +53,7 @@

Things to Read

  • multiprocessing module
  • multiprocessing — Manage processes like threads
  • Python threads and the Global Interpreter Lock by Jesse Noller -
  • Inside the Python GIL (video) by David Beazley +
  • Inside the Python GIL (video) by David Beazley

    Metaclasses: