GH-98831: Modernize a ton of simpler instructions by gvanrossum · Pull Request #100545 · python/cpython · GitHub

github.com

Tin mới

gvanrossum:more-bytecodes

GitHub CopilotWrite better code with AI

GitHub Copilot appDirect agents from issue to merge

ActionsAutomate any workflow

CodespacesInstant dev environments

IssuesPlan and track work

Code ReviewManage code changes

Code QualityEnforce quality at merge

GitHub Advanced SecurityFind and fix vulnerabilities

Code securitySecure your code as you build

Secret protectionStop leaks before they start

View all use cases

Financial services

View all industries

Software Development

GitHub SponsorsFund open source developers

Copilot for BusinessEnterprise-grade AI features

Premium SupportEnterprise-grade 24/7 support

Pull requests 2.6k

Security and quality 0

Generate the interpreter #98831

load_const and load_fast aren't families for now

Modernize GET_ANEXT

Modernize GET_AWAITABLE

Modernize ASYNC_GEN_WRAP

Modernize YIELD_VALUE

Modernize POP_EXCEPT (in more than one way)

Modernize PREP_RERAISE_STAR

Modernize LOAD_ASSERTION_ERROR

Modernize LOAD_BUILD_CLASS

Modernize STORE_NAME

Modernize LOAD_NAME

Modernize LOAD_CLASSDEREF

Modernize LOAD_DEREF

Modernize STORE_DEREF

Modernize COPY_FREE_VARS (mark it as done)

Modernize LIST_TO_TUPLE

Modernize LIST_EXTEND

Modernize SET_UPDATE

Modernize SETUP_ANNOTATIONS

awaiting core review

Modernize DICT_UPDATE

Modernize DICT_MERGE

Modernize CONTAINS_OP

Don't decref unmoved names

Modernize CHECK_EXC_MATCH

Modernize IMPORT_NAME

Modernize IMPORT_STAR

Modernize IMPORT_FROM

Modernize JUMP_FORWARD (mark it as done)