Searched refs:PyOS_Readline (Results 1 – 7 of 7) sorted by relevance
95 PyAPI_FUNC(char *) PyOS_Readline(FILE *, FILE *, const char *);
370 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, const char *prompt) in PyOS_Readline() function
196 char *newtok = PyOS_Readline(tok->fp ? tok->fp : stdin, stdout, tok->prompt); in tok_underflow_interactive()
2311 s = PyOS_Readline(stdin, stdout, promptstr); in builtin_input_impl()
844 Fix GIL usage in :c:func:`PyOS_Readline`: lock the GIL to set an exception
539 …<elf-symbol name='PyOS_Readline' type='func-type' binding='global-binding' visibility='default-vis…23319 …PyOS_Readline' mangled-name='PyOS_Readline' filepath='./Include/cpython/pythonrun.h' line='95' col…
8364 error handler in interactive mode (when calling into PyOS_Readline()).28771 - The calling context for PyOS_Readline() has changed: it must now be