From: Mark Wooding Date: Sun, 24 Nov 2019 15:07:08 +0000 (+0000) Subject: util.c (mkexc): Populate dictionary before constructing exception class. X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/commitdiff_plain/80622b5a78dcb17098d8765857d89824ad8417e4?hp=80622b5a78dcb17098d8765857d89824ad8417e4 util.c (mkexc): Populate dictionary before constructing exception class. 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. ---