Serhiy Storchaka added the comment:

In the particular case of getround() in _decimal.c, seems the worst case is 
raising TypeError instead of MemoryError in pretty rare circumstances. This is 
not critically bad, there are a lot of other places where the initial exception 
is silently replaced by less specific exception. But the code *looks* fragile.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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

Reply via email to