key.c: Parse `KeyError' constructor arguments by hand.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 24 Nov 2019 16:25:18 +0000 (16:25 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 27 Nov 2019 15:10:44 +0000 (15:10 +0000)
commite9007aacc11beec8ee9521ff960c58f56b035ebc
tree88814355e3f33d35b0d84653c239819711fa75ed
parente9e067d4f83ca24db40b36996593fe73b6bb3798
key.c: Parse `KeyError' constructor arguments by hand.

This allows additional arguments to be stored, as is conventional for
exception classes.
key.c