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 akuchling
Recipients ajaksu2, akuchling, belopolsky, docs@python, terry.reedy
Date 2013-05-24.21:20:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369430422.56.0.868632603267.issue1554133@psf.upfronthosting.co.za>
In-reply-to
Content
One question about the patch: how to give the prototype expected for the function?  I currently have it as:

char *(*PyOS_ReadlineFunctionPointer)(FILE *stdin, FILE *stdout, char *prompt)

Would it be better with a trivial function name, as in:

char *func(FILE *stdin, FILE *stdout, char *prompt)
History
Date User Action Args
2013-05-24 21:20:22akuchlingsetrecipients: + akuchling, terry.reedy, belopolsky, ajaksu2, docs@python
2013-05-24 21:20:22akuchlingsetmessageid: <1369430422.56.0.868632603267.issue1554133@psf.upfronthosting.co.za>
2013-05-24 21:20:22akuchlinglinkissue1554133 messages
2013-05-24 21:20:22akuchlingcreate