[issue20260] Argument Clinic: add unsigned integers converters

Ryan Smith-Roberts report at bugs.python.org
Sat Jan 18 01:28:44 CET 2014


Ryan Smith-Roberts added the comment:

socketmodule has three builtins which use PyLong_AsUnsignedLong on their arguments and would benefit from these converters, but only if they raise OverflowError. So I vote for #2.

I don't think it's unreasonable to continue to have locally-defined argument converters.

----------
nosy: +rmsr

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20260>
_______________________________________


More information about the Python-bugs-list mailing list