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 facundobatista, mark.dickinson, rhettinger, serhiy.storchaka, skrah, vstinner, xiang.zhang
Date 2017-01-07.14:42:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483800149.94.0.144320051145.issue29190@psf.upfronthosting.co.za>
In-reply-to
Content
To expand a little, you use the terminology "possible bugs". All I can
see is a double exception if PyUnicode_Compare() returns -1.

I think I did it on purpose because this function is speed sensitive and
no user will change a valid rounding mode *constant* to a string that
is not ready.

So getting a double exception after deliberately sabotaging the module
seems pretty benign to me. :)


Consider the decimal part rejected.
History
Date User Action Args
2017-01-07 14:42:29skrahsetrecipients: + skrah, rhettinger, facundobatista, mark.dickinson, vstinner, serhiy.storchaka, xiang.zhang
2017-01-07 14:42:29skrahsetmessageid: <1483800149.94.0.144320051145.issue29190@psf.upfronthosting.co.za>
2017-01-07 14:42:29skrahlinkissue29190 messages
2017-01-07 14:42:29skrahcreate