This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Arfrever, benjamin.peterson, ned.deily, serhiy.storchaka, vajrasky
Date 2014-02-07.22:22:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391811759.44.0.625975992152.issue20525@psf.upfronthosting.co.za>
In-reply-to
Content
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 *".
History
Date User Action Args
2014-02-07 22:22:39serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson, ned.deily, Arfrever, vajrasky
2014-02-07 22:22:39serhiy.storchakasetmessageid: <1391811759.44.0.625975992152.issue20525@psf.upfronthosting.co.za>
2014-02-07 22:22:39serhiy.storchakalinkissue20525 messages
2014-02-07 22:22:39serhiy.storchakacreate