]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709)
authorVictor Stinner <vstinner@python.org>
Tue, 8 Dec 2020 23:32:54 +0000 (00:32 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Dec 2020 23:32:54 +0000 (00:32 +0100)
commit550e4673be538d98b6ddf5550b3922539cf5c4b2
treedb27471f32ea5a682cb6f73004552d7dd64a23d0
parent98a54171932584883cb3973f78dd30f92d7a3a78
bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709)

pymain_run_startup() now pass the filename as a Python object to
_PyRun_SimpleFileObject().
Include/cpython/pythonrun.h
Modules/main.c
Python/pythonrun.c