Home | History | Annotate | Download | only in Python

Lines Matching defs:fpc

1057     FILE *fpc;
1093 (fpc = check_compiled_module(pathname, mtime, cpathname))) {
1094 co = read_compiled_module(cpathname, fpc);
1095 fclose(fpc);