gh-105481: expose opcode metadata via the _opcode module by iritkatriel · Pull Request #106688 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Conversation
Member
bedevere-bot
added
the
awaiting core review
label
iritkatriel
requested a review
from gvanrossum
bedevere-bot
mentioned this pull request
iritkatriel
requested a review
from markshannon
as a code owner
iritkatriel
marked this pull request as draft
bedevere-bot
removed
the
awaiting core review
label
iritkatriel
commented
Jul 12, 2023
iritkatriel commented
Member Author
There's a problem here with the definition of the metadata table. I'll try to sort it out tomorrow.
iritkatriel and others added 3 commits
gvanrossum
approved these changes
bedevere-bot
added
the
awaiting merge
label
iritkatriel added 2 commits
iritkatriel
commented
Misc/NEWS.d/next/Library/2023-07-13-16-04-15.gh-issue-105481.pYSwMj.rst Outdated
iritkatriel and others added 3 commits
iritkatriel
marked this pull request as ready for review
bedevere-bot
added
awaiting core review
and removed
awaiting merge
labels
gvanrossum
approved these changes
gvanrossum
left a comment
gvanrossum
left a comment
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something worries me about the amount of repetition for each flag. But the alternative (exposing the flags as an int, and the constants) seems worse. So go for it!
bedevere-bot
added
awaiting merge
and removed
awaiting core review
labels
iritkatriel
commented
Jul 14, 2023
iritkatriel commented
Member Author
Yes, I didn't want to expose the bitmap implementation.
iritkatriel
merged commit
6a70edf
into
python:main
bedevere-bot
removed
the
awaiting merge
label
iritkatriel
deleted the
expose_metadata
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment