[issue20323] Argument Clinic: docstring_prototype output causes build failure on Windows

Larry Hastings report at bugs.python.org
Tue Jan 21 21:59:50 CET 2014


Larry Hastings added the comment:

If in C you define
    static char a[5] = "abcde"
C suppresses the trailing '\0'.  That it continued to work okay was a lucky break--you must not have looked in many docstrings, or you lucked out and they happened to be padded with zeroes.

----------

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


More information about the Python-bugs-list mailing list