SIGN IN SIGN UP

bpo-34170: Fix pymain_run_file() (GH-8660)

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.
V
Victor Stinner committed
d8078626770a8d358eb83d7928c12d75ff4e821a
Parent: 46dc4e3
Committed by GitHub <noreply@github.com> on 8/3/2018, 9:54:06 PM