]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Factor-out the common code for setting a KeyError.
authorRaymond Hettinger <python@rcn.com>
Mon, 2 Sep 2013 22:59:26 +0000 (15:59 -0700)
committerRaymond Hettinger <python@rcn.com>
Mon, 2 Sep 2013 22:59:26 +0000 (15:59 -0700)
commit69492dab07772f71aa226cbafa03f7d50309dd43
treed1ac5b703936538b8faa0fbd5bd5851064c5010d
parent7f5c22c022592e5e9a82520e152d619f58382e7d
Factor-out the common code for setting a KeyError.
Include/pyerrors.h
Objects/dictobject.c
Objects/setobject.c
Python/errors.c