]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-64595: Fix write file logic in Argument Clinic (#104507)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Tue, 16 May 2023 10:25:43 +0000 (12:25 +0200)
committerGitHub <noreply@github.com>
Tue, 16 May 2023 10:25:43 +0000 (12:25 +0200)
commitcca90b690679ed62a689b7867e83776b15c8a5e8
treec7612a53d0ac64a13e0c0fa0d0cbec760b0bae14
parent9084e1b04f8d35721b535a3acd550b920d50f11a
gh-64595: Fix write file logic in Argument Clinic (#104507)

Check if any clinic output actually changes any of the output files
before deciding if we should touch the source file.
Tools/clinic/clinic.py