]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141510: Use frozendict in the _opcode_metadata (#144910)
authorVictor Stinner <vstinner@python.org>
Thu, 5 Mar 2026 11:33:13 +0000 (12:33 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Mar 2026 11:33:13 +0000 (12:33 +0100)
commitc8aa8de9a5ad4df58ac0ffeae897e1258728b7eb
tree77045f4cc83ae159f489a69c85f328b21f19bf8f
parent2acfad9d57a5f4f184410b438ca4432e47ed99dc
gh-141510: Use frozendict in the _opcode_metadata (#144910)

Enhance py_metadata_generator.py to skip duplicates.

Co-authored-by: Donghee Na <donghee.na@python.org>
Lib/_opcode_metadata.py
Tools/cases_generator/py_metadata_generator.py