Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpythonrun.h95 PyAPI_FUNC(char *) PyOS_Readline(FILE *, FILE *, const char *);
/external/python/cpython3/Parser/
Dmyreadline.c370 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, const char *prompt) in PyOS_Readline() function
/external/python/cpython3/Parser/tokenizer/
Dfile_tokenizer.c196 char *newtok = PyOS_Readline(tok->fp ? tok->fp : stdin, stdout, tok->prompt); in tok_underflow_interactive()
/external/python/cpython3/Python/
Dbltinmodule.c2311 s = PyOS_Readline(stdin, stdout, promptstr); in builtin_input_impl()
/external/python/cpython3/Misc/NEWS.d/
D3.10.0a1.rst844 Fix GIL usage in :c:func:`PyOS_Readline`: lock the GIL to set an exception
/external/python/cpython3/Doc/data/
Dpython3.13.abi539 …<elf-symbol name='PyOS_Readline' type='func-type' binding='global-binding' visibility='default-vis…
23319PyOS_Readline' mangled-name='PyOS_Readline' filepath='./Include/cpython/pythonrun.h' line='95' col…
/external/python/cpython3/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