Searched refs:pyfreopen (Results 1 – 1 of 1) sorted by relevance
1034 FILE *(*pyfreopen)(const char *, const char *, FILE *) = NULL; in reset_stdin() local1053 pyfreopen = (void *)GetProcAddress(hpystdiodll, "freopen"); in reset_stdin()1057 if (pyfreopen != NULL) in reset_stdin()1058 pyfreopen("CONIN$", "r", py__acrt_iob_func(0)); in reset_stdin()