]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
dict_popitem(): Repaired last-second 2.1 comment, which misidentified the
authorTim Peters <tim.peters@gmail.com>
Sat, 2 Jun 2001 05:42:29 +0000 (05:42 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 2 Jun 2001 05:42:29 +0000 (05:42 +0000)
commitf4b33f61fb83f54d3086ef28c34e71a18ade2b9d
treeffe4c791168d7a113d42b2b864ce42196ddb20a2
parenteb28ef209eb0ce0b0975ee91331d02652ee3c41c
dict_popitem():  Repaired last-second 2.1 comment, which misidentified the
true reason for allocating the tuple before checking the dict size.
Objects/dictobject.c