◐ Shell
clean mode source ↗

gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and replace by their new versions by iritkatriel · Pull Request #105865 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@iritkatriel

@iritkatriel iritkatriel commented

Jun 16, 2023

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

@gvanrossum gvanrossum left a comment

Copy link Copy Markdown

Member

Choose a reason for hiding this comment

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

LGTM. Do we need any doc update for dis.stack_effect (or is it opcode.stack_effect now that it no longer requires the presence of oparg to match the requirements of the opcode.

@iritkatriel

Copy link Copy Markdown

Member Author

The doc doesn't mention the arg check issue. Should I add a versionchanged note anyway?

@gvanrossum

Copy link Copy Markdown

Member

Might as well.

@iritkatriel iritkatriel added interpreter-core

(Objects, Python, Grammar, and Parser dirs)

stdlib

Standard Library Python modules in the Lib/ directory

and removed skip news labels

Jun 17, 2023

@iritkatriel iritkatriel merged commit 14d0126 into python:main

Jun 17, 2023

gvanrossum pushed a commit to gvanrossum/cpython that referenced this pull request

Jun 18, 2023

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

Reviewers

@arhadthedev arhadthedev arhadthedev left review comments

@gvanrossum gvanrossum gvanrossum approved these changes

@markshannon markshannon Awaiting requested review from markshannon markshannon is a code owner

Assignees

No one assigned

Labels

interpreter-core

(Objects, Python, Grammar, and Parser dirs)

stdlib

Standard Library Python modules in the Lib/ directory

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@iritkatriel @gvanrossum @arhadthedev @bedevere-bot