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 mark.dickinson
Recipients benjamin.peterson, h.venev, mark.dickinson, vstinner
Date 2014-04-06.09:33:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396776818.98.0.503491434094.issue21111@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch!  I left a couple of comments on Rietveld.  The patch will also need docs and tests before it's ready to go in.

There's a behaviour change in the patch which needs looking into: before the patch, PyLong_AsUnsignedLong will not call the target object's __int__ method (so it should raise a TypeError for a float or Decimal instance, for example).  It looks to me as though the patch changes that;  was that change intentional?
History
Date User Action Args
2014-04-06 09:33:39mark.dickinsonsetrecipients: + mark.dickinson, vstinner, benjamin.peterson, h.venev
2014-04-06 09:33:38mark.dickinsonsetmessageid: <1396776818.98.0.503491434094.issue21111@psf.upfronthosting.co.za>
2014-04-06 09:33:38mark.dickinsonlinkissue21111 messages
2014-04-06 09:33:38mark.dickinsoncreate