We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = 'https://github.com/iritkatriel' closed_at = <Date 2022-01-04.10:57:14.481> created_at = <Date 2021-12-30.10:16:16.167> labels = ['interpreter-core', '3.11'] title = 'remove opcode POP_EXCEPT_AND_RERAISE' updated_at = <Date 2022-01-04.10:57:14.480> user = 'https://github.com/iritkatriel'
bugs.python.org fields:
activity = <Date 2022-01-04.10:57:14.480> actor = 'iritkatriel' assignee = 'iritkatriel' closed = True closed_date = <Date 2022-01-04.10:57:14.481> closer = 'iritkatriel' components = ['Interpreter Core'] creation = <Date 2021-12-30.10:16:16.167> creator = 'iritkatriel' dependencies = [] files = [] hgrepos = [] issue_num = 46202 keywords = ['patch'] message_count = 2.0 messages = ['409356', '409663'] nosy_count = 3.0 nosy_names = ['Mark.Shannon', 'brandtbucher', 'iritkatriel'] pr_nums = ['30302'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue46202' versions = ['Python 3.11']
The text was updated successfully, but these errors were encountered:
Following bpo-45711 this opcode can be replaced by
ADDOP(c, ROT_THREE); ADDOP(c, ROT_THREE); ADDOP(c, POP_EXCEPT); ADDOP_I(c, RERAISE, 1);
Sorry, something went wrong.
New changeset a94461d by Irit Katriel in branch 'main': bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302) a94461d
iritkatriel
No branches or pull requests
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: