Searched refs:PyOS_Readline (Results 1 – 6 of 6) sorted by relevance
119 PyAPI_FUNC(char *) PyOS_Readline(FILE *, FILE *, const char *);
354 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, const char *prompt) in PyOS_Readline() function
857 char *newtok = PyOS_Readline(stdin, stdout, tok->prompt); in tok_underflow_interactive()
2180 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
8364 error handler in interactive mode (when calling into PyOS_Readline()).28771 - The calling context for PyOS_Readline() has changed: it must now be