Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

Appearance settings

Bytecodes cleanup: promote TIER_{ONE,TWO}_ONLY to properties #115778

Copy link
Copy link
Closed
@gvanrossum

Description

@gvanrossum
Issue body actions

Instead of

op(FOO, (left, right -- res)) {
    TIER_TWO_ONLY
    <actual code>
}

I'd like to be able to write

tier2 op(FOO, (left, right -- res)) {
    <actual code>
}

Linked PRs

Metadata

Metadata

Assignees

Labels

easyinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.