[issue20260] Argument Clinic: add unsigned integers converters

Serhiy Storchaka report at bugs.python.org
Tue Jan 14 19:29:33 CET 2014


Serhiy Storchaka added the comment:

Currently these converters are used only in zlib (unsigned int) and select (unsigned short). But perhaps during conversion to Argument Clinic we will discover that they are more appropriate than bitwise converters in other places. So there is no hurry.

----------

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


More information about the Python-bugs-list mailing list