WebSafe 3.7github.com
|
|
🏠
Skip to content

gh-141510: Use frozendict in the _opcode_metadata#144910

Open
vstinner wants to merge 2 commits intopython:mainfrom
vstinner:frozendict_opcode_metadata
Open

gh-141510: Use frozendict in the _opcode_metadata#144910
vstinner wants to merge 2 commits intopython:mainfrom
vstinner:frozendict_opcode_metadata

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Feb 17, 2026

Enhance py_metadata_generator.py to skip duplicates.

Enhance py_metadata_generator.py to skip duplicates.

Co-authored-by: Donghee Na <donghee.na@python.org>
Copy link
Member

@corona10 corona10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need agreement from the maintainer according to the SC recommendation.

@vstinner
Copy link
Member Author

We need agreement from the maintainer according to the SC recommendation.

opcode has no maintainer according to https://devguide.python.org/core-team/experts/ and .github/CODEOWNERS.

I think that a review from 1 or 2 core devs should be enough here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Comments