]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132777: Fix Error Message for Duplicates in generate_global_scripts.py (gh-132780)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 21 Apr 2025 16:58:10 +0000 (10:58 -0600)
committerGitHub <noreply@github.com>
Mon, 21 Apr 2025 16:58:10 +0000 (16:58 +0000)
commit9be364568835e467199ccd65bbcd786f9c8171dc
tree9ac7a9d192d63f6d80f1ba4b820b717948746bd5
parent09b624b80f54e1f97812981cfff9fa374bd5360f
gh-132777: Fix Error Message for Duplicates in generate_global_scripts.py (gh-132780)

The fstring would actually raise a KeyError, which we fix. We also adjust the text to be correct.
Tools/build/generate_global_objects.py