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 pgacv2
Recipients pgacv2
Date 2017-05-01.16:49:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493657349.04.0.0936500812344.issue30220@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-05-01 16:49:09pgacv2setrecipients: + pgacv2
2017-05-01 16:49:09pgacv2setmessageid: <1493657349.04.0.0936500812344.issue30220@psf.upfronthosting.co.za>
2017-05-01 16:49:09pgacv2linkissue30220 messages
2017-05-01 16:49:09pgacv2create