]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125084: Resolve paths in generator common code (GH-125085)
authorCody Maloney <cmaloney@users.noreply.github.com>
Tue, 8 Oct 2024 17:16:02 +0000 (10:16 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2024 17:16:02 +0000 (12:16 -0500)
commit7dca7322cca7ff146444e56f28f21f1090987fff
tree3d67307012fdf9f37468bb1bf7ffdbc6d2b5eb17
parentfca552993da32044165223eec2297b6aaaac60ad
gh-125084: Resolve paths in generator common code (GH-125085)

In out of tree builds, the paths can contain `../ which needs to be
resolved for the relative path calculation to work.
Tools/cases_generator/generators_common.py