[issue20525] Got compiler warning when compiling readline module

Serhiy Storchaka report at bugs.python.org
Fri Feb 7 23:22:39 CET 2014


Serhiy Storchaka added the comment:

Interesting, how compiler got this warning? In readline6 the declarations of legacy functions including completion_matches are in "#if 0" block. In libedit it declared with "const char *".

----------

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


More information about the Python-bugs-list mailing list