]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Factor out code common to PyDict_Copy() and PyDict_Merge().
authorRaymond Hettinger <python@rcn.com>
Mon, 8 Mar 2004 04:19:01 +0000 (04:19 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 8 Mar 2004 04:19:01 +0000 (04:19 +0000)
commitebedb2f773508ec50df1130bdd53b150a9fab84c
treeb75ca00fd21bd9ffccdce389a4b823d426ad09d3
parent8172ac3d15a78d0a7a716465b5ce6d9f63434a08
Factor out code common to PyDict_Copy() and PyDict_Merge().
Objects/dictobject.c