]> granicus.if.org Git - python/commit
Armin committed his patch while I was reviewing it (I'm sure
authorTim Peters <tim.peters@gmail.com>
Thu, 1 Jun 2006 15:50:44 +0000 (15:50 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 1 Jun 2006 15:50:44 +0000 (15:50 +0000)
commitd770ebd286661c6822422eeff5d108436a624512
tree12946ebe93b382c58b5f801aa56bf78b777e1394
parent80a18f0f9c22e8f1cd7592b3ea0a2e6d3683169e
Armin committed his patch while I was reviewing it (I'm sure
he didn't know this), so merged in some changes I made during
review.  Nothing material apart from changing a new `mask` local
from int to Py_ssize_t.  Mostly this is repairing comments that
were made incorrect, and adding new comments.  Also a few
minor code rewrites for clarity or helpful succinctness.
Objects/dictobject.c