Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpythonrun.c405 FILE *pyc_fp; in PyRun_SimpleFileExFlags() local
409 if ((pyc_fp = _Py_fopen(filename, "rb")) == NULL) { in PyRun_SimpleFileExFlags()
417 fclose(pyc_fp); in PyRun_SimpleFileExFlags()
420 v = run_pyc_file(pyc_fp, filename, d, d, flags); in PyRun_SimpleFileExFlags()