Pedro added the comment:

You can get around the message suppression by raising anything that isn't a 
ValueError, TypeError, or subclass thereof. It will propagate up past 
_get_value(). I still don't see the reason for giving special treatment to 
ValueError and TypeError.

----------

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

Reply via email to