[issue20260] Argument Clinic: add unsigned integers converters

Serhiy Storchaka report at bugs.python.org
Wed Jan 22 12:04:40 CET 2014


Serhiy Storchaka added the comment:

I think that we do not yet have enough data. Too little cases are known for which unsigned integer converters are needed, and different cases require a different behavior. I prefer to defer until we convert the majority of the code. Then we will see what behavior is most prevalent. We even can change and unify behavior in 3.5.

There is no hurry. We can use in each module its own Converter (if needed). There should not be many such places.

----------
priority: normal -> low

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


More information about the Python-bugs-list mailing list