This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients benjamin.peterson, brett.cannon
Date 2013-06-10.00:46:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370825216.39.0.428669821528.issue18170@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, that's the tricky bit. =) That's why I was thinking of starting with the leaf exceptions and then just slowly working down the hierarchy until I hit exceptions that just had to exist in C code (e.g. BaseException, Exception, and maybe SyntaxError). The rest could be made fake with Exception to start and then replace after the module was loaded.
History
Date User Action Args
2013-06-10 00:46:56brett.cannonsetrecipients: + brett.cannon, benjamin.peterson
2013-06-10 00:46:56brett.cannonsetmessageid: <1370825216.39.0.428669821528.issue18170@psf.upfronthosting.co.za>
2013-06-10 00:46:56brett.cannonlinkissue18170 messages
2013-06-10 00:46:56brett.cannoncreate