Searched refs:PyOS_Readline (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython2/Parser/ |
D | myreadline.c | 168 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, char *prompt) in PyOS_Readline() function
|
D | pgenmain.c | 137 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, char *prompt) in PyOS_Readline() function
|
D | tokenizer.c | 22 extern char *PyOS_Readline(FILE *, FILE *, char *); 884 char *newtok = PyOS_Readline(stdin, stdout, tok->prompt); in tok_nextc()
|
/external/python/cpython2/Include/ |
D | pythonrun.h | 150 PyAPI_FUNC(char *) PyOS_Readline(FILE *, FILE *, char *);
|
/external/python/cpython3/Include/ |
D | pythonrun.h | 191 PyAPI_FUNC(char *) PyOS_Readline(FILE *, FILE *, const char *);
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 302 PyOS_Readline
|
/external/python/cpython3/Parser/ |
D | myreadline.c | 356 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, const char *prompt) in PyOS_Readline() function
|
D | tokenizer.c | 852 char *newtok = PyOS_Readline(stdin, stdout, tok->prompt); in tok_nextc()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0b2.rst | 68 Fix GIL usage in :c:func:`PyOS_Readline`: lock the GIL to set an exception
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 84 "PyOS_Readline"
|
/external/python/cpython3/Python/ |
D | bltinmodule.c | 2062 s = PyOS_Readline(stdin, stdout, promptstr); in builtin_input_impl()
|
/external/python/cpython2/Python/ |
D | bltinmodule.c | 2072 s = PyOS_Readline(PyFile_AsFile(fin), PyFile_AsFile(fout), in builtin_raw_input()
|
/external/python/cpython3/Misc/ |
D | HISTORY | 8364 error handler in interactive mode (when calling into PyOS_Readline()). 28771 - The calling context for PyOS_Readline() has changed: it must now be
|
/external/python/cpython2/Misc/ |
D | HISTORY | 11392 - The calling context for PyOS_Readline() has changed: it must now be
|