]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115914: minor cleanup: simplify filename_obj assignment in PyRun_AnyFileExFlags...
authorSergii K <gorsing444@gmail.com>
Sun, 25 Feb 2024 20:45:38 +0000 (23:45 +0300)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2024 20:45:38 +0000 (12:45 -0800)
commitf082a05c67cc949ccd1a940ecf6721953bbdc34f
tree3b2c3d3d5eb4618ae4fc0e679c8a81987f2fe022
parent84a275c4a2c8a22d198c6f227d538e6b27bbb029
 gh-115914: minor cleanup: simplify filename_obj assignment in PyRun_AnyFileExFlags (gh-115916)

This simplifies the code: less lines, easier to read. Logically equivalent, as any compiler likely already determined.
Python/pythonrun.c