util.c (mkexc): Populate dictionary before constructing exception class.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 24 Nov 2019 15:07:08 +0000 (15:07 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 27 Nov 2019 15:10:43 +0000 (15:10 +0000)
It turns out that the dictionary contents are copied into the new class
rather than being used by reference, so populating it later doesn't
actually do anything.


No differences found