diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-08-02 19:34:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-02 19:34:20 +0200 |
commit | 72ec3193b5118a2ccc8be8bf03d7b74691c6a264 (patch) | |
tree | 5a9289587cfc42443d97ee39b3e57cd3b6de5305 /Python/import.c | |
parent | f394ee5eaf6d6d8f45e0478e77d4dbff25c6bea7 (diff) | |
download | cpython-git-72ec3193b5118a2ccc8be8bf03d7b74691c6a264.tar.gz |
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()
Diffstat (limited to 'Python/import.c')
0 files changed, 0 insertions, 0 deletions