[issue20304] Argument Clinic: char convertor should use default values of type bytes

Tal Einat report at bugs.python.org
Sun Jan 19 17:05:52 CET 2014


Tal Einat added the comment:

Additionally, the char converter doesn't create valid c defaults. For example, I got " " instead of ' ' for fillchar, which has type char, so I had to manually set c_default = "' '".

----------

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


More information about the Python-bugs-list mailing list