[issue24000] More fixes for the Clinic mapping of converters to format units

Serhiy Storchaka report at bugs.python.org
Mon May 4 17:26:30 CEST 2015


Serhiy Storchaka added the comment:

I would say it is very unlikely. In any case, if we have a pointer and a length, we always can check for zeros after parsing.

May be rename the str converter to pchar and the Py_UNICODE converter to pwchar? Usually the converter is named by C type, not Python type. "y" and "y#" even don't accept str.

----------

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


More information about the Python-bugs-list mailing list