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 Austin Bingham, christian.heimes, facundobatista, mark.dickinson, rhettinger, robert_smallshire, serhiy.storchaka, skrah, tim.peters
Date 2018-03-15.11:33:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521113589.64.0.467229070634.issue26680@psf.upfronthosting.co.za>
In-reply-to
Content
In effect:

   "!(Py_IS_FINITE(dx) && dx == floor(dx))"


I don't understand why Robert is questioned so much. mpd_as_integer() (or rather the optimized version _mpd_isint() is used all over the place inside libmpdec's own numeric code.
History
Date User Action Args
2018-03-15 11:33:09skrahsetrecipients: + skrah, tim.peters, rhettinger, facundobatista, mark.dickinson, christian.heimes, serhiy.storchaka, robert_smallshire, Austin Bingham
2018-03-15 11:33:09skrahsetmessageid: <1521113589.64.0.467229070634.issue26680@psf.upfronthosting.co.za>
2018-03-15 11:33:09skrahlinkissue26680 messages
2018-03-15 11:33:09skrahcreate