Home
last modified time | relevance | path

Searched refs:PyOS_Readline (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/cpython/
Dpythonrun.h119 PyAPI_FUNC(char *) PyOS_Readline(FILE *, FILE *, const char *);
/third_party/python/Parser/
Dmyreadline.c354 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, const char *prompt) in PyOS_Readline() function
Dtokenizer.c857 char *newtok = PyOS_Readline(stdin, stdout, tok->prompt); in tok_underflow_interactive()
/third_party/python/Python/
Dbltinmodule.c2180 s = PyOS_Readline(stdin, stdout, promptstr); in builtin_input_impl()
/third_party/python/Misc/NEWS.d/
D3.10.0a1.rst844 Fix GIL usage in :c:func:`PyOS_Readline`: lock the GIL to set an exception
/third_party/python/Misc/
DHISTORY8364 error handler in interactive mode (when calling into PyOS_Readline()).
28771 - The calling context for PyOS_Readline() has changed: it must now be