mirror of
https://github.com/python/cpython.git
synced 2026-05-18 18:33:57 -04:00
d807862677
bpo-34170, bpo-34326: Fix pymain_run_file(): use PyRun_AnyFileExFlags(closeit=1) instead of calling fclose(fp) explicitly to close the input file before running the code.
Source files for standard library extension modules, and former extension modules that are now builtin modules.