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>
Mon, 25 Nov 2019 17:31:23 +0000 (17:31 +0000)
commit591102c3aea80d11dd1ba234e5988655cf5ee638
tree5038001663d3922c73708ebc808f5845befff3e5
parent46a1540da56269b9e3e4ef25992457e26de3d5a4
key.c: Parse `KeyError' constructor arguments by hand.

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