From: Benjamin Peterson Date: Thu, 8 Sep 2016 17:14:31 +0000 (-0700) Subject: link to canonical blogspot X-Git-Tag: v3.6.0b1~278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=003f059b3a4e00e24c68b45b16cdefeb38cc01aa;p=thirdparty%2FPython%2Fcpython.git link to canonical blogspot --- diff --git a/Objects/dictobject.c b/Objects/dictobject.c index 5af8c97c6105..866a23397aae 100644 --- a/Objects/dictobject.c +++ b/Objects/dictobject.c @@ -11,7 +11,7 @@ This implements the dictionary's hashtable. As of Python 3.6, this is compact and orderd. Basic idea is described here. -https://morepypy.blogspot.jp/2015/01/faster-more-memory-efficient-and-more.html +https://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more.html layout: