STINNER Victor added the comment:

> Sounds reasonable to me.  Were there particular uses you needed this for?  
> And do you want to work on a patch?

I don't understand why PyArg_Parse*() functions have formats for integers 
checking overflow for signed integers, but not for unsigned integers. For the 
zlib module, I had to develop my own format format (to get an unsigned int with 
overflow check) :-(

----------
nosy: +haypo

_______________________________________
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