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 skrah
Recipients python-dev, skrah, vstinner
Date 2013-11-01.13:23:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383312228.69.0.592357970028.issue19437@psf.upfronthosting.co.za>
In-reply-to
Content
Since this is tagged "crash", I'm curious if you managed to crash
_decimal.  The unhandled return in convert_op_cmp should result in
AtrributeError("object does not have a numerator attribute").

The exception that wasn't set in dec_format should result in a
wrong exception, but not a crash.
History
Date User Action Args
2013-11-01 13:23:48skrahsetrecipients: + skrah, vstinner, python-dev
2013-11-01 13:23:48skrahsetmessageid: <1383312228.69.0.592357970028.issue19437@psf.upfronthosting.co.za>
2013-11-01 13:23:48skrahlinkissue19437 messages
2013-11-01 13:23:48skrahcreate