Brett Cannon added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18170>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to