Mark Dickinson added the comment:

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?

----------

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

Reply via email to