]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Tighten-up the lookkey() logic and beautify the code a bit.
authorRaymond Hettinger <python@rcn.com>
Thu, 29 Aug 2013 03:59:31 +0000 (20:59 -0700)
committerRaymond Hettinger <python@rcn.com>
Thu, 29 Aug 2013 03:59:31 +0000 (20:59 -0700)
commitafe890923f4265958903bb23d20b6e27b02e3010
tree7b866285221d6b1982d0ad8295d633fdd05719c5
parent7c1017bfee891a9442f21d21d46e429a11f7218f
Tighten-up the lookkey() logic and beautify the code a bit.

Use less code by moving many of the steps from the initial
lookup into the main search loop.

Beautify the code but keep the overall logic unchanged.
Objects/setobject.c