commit | f082a05c67cc949ccd1a940ecf6721953bbdc34f | [log] [tgz] |
---|---|---|
author | Sergii K <gorsing444@gmail.com> | Sun Feb 25 23:45:38 2024 +0300 |
committer | GitHub <noreply@github.com> | Sun Feb 25 12:45:38 2024 -0800 |
tree | 3b2c3d3d5eb4618ae4fc0e679c8a81987f2fe022 | |
parent | 84a275c4a2c8a22d198c6f227d538e6b27bbb029 [diff] |
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.