]> granicus.if.org Git - python/commit
bpo-34170: Cleanup pymain_run_filename() (GH-8631)
authorVictor Stinner <vstinner@redhat.com>
Thu, 2 Aug 2018 17:34:20 +0000 (19:34 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Aug 2018 17:34:20 +0000 (19:34 +0200)
commit72ec3193b5118a2ccc8be8bf03d7b74691c6a264
tree5a9289587cfc42443d97ee39b3e57cd3b6de5305
parentf394ee5eaf6d6d8f45e0478e77d4dbff25c6bea7
bpo-34170: Cleanup pymain_run_filename() (GH-8631)

* Inline pymain_run_file() and pymain_open_filename() into
  pymain_run_filename()
* Created pymain_run_stdin() which is pymain_run_filename() with
  filename=NULL
* Rename pymain_run_filename() to pymain_run_file()
Modules/main.c