]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Port Georg's dictobject.c fix keys that were tuples got unpacked on the way to settin...
authorRaymond Hettinger <python@rcn.com>
Fri, 8 Dec 2006 04:57:50 +0000 (04:57 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 8 Dec 2006 04:57:50 +0000 (04:57 +0000)
commit9c14ffbc7831ba9497ce98dfb951605ab542aefb
tree45620dcd46a00f412c4e0c1bd2951732e62ae830
parent0c850863a22dbe91fbabdc9c890ceb57bebf8c24
Port Georg's dictobject.c fix keys that were tuples got unpacked on the way to setting a KeyError (svn revision 52535, sf bug
1576657).
Objects/setobject.c