GH-99005: Add `CALL_INTRINSIC_1` instruction by markshannon · Pull Request #100771 · python/cpython · GitHub

github.com

Tin mới

faster-cpython:intrinsics

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

Add CALL_INTRINSIC instruction. #99005

Add CALL_INSTRINSIC_1 instruction, but don't use it yet.

Remove PRINT_EXPR instruction, replacing it with CALL_INTRINSIC_1.

Remove STOPITERATION_ERROR instruction, replacing it with CALL_INTRIN…

Remove IMPORT_STAR instruction, replacing it with CALL_INTRINSIC_1

Add news and update dis docs.

awaiting core review

awaiting core review

Merge branch 'main' into intrinsics

Fix typo in project file.

Tidy up formatting.

View reviewed changes

Learn more about hiding disruptive comments

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

Make error code checking consistent.

Make CALL_INTRINSIC_1 a bit more robust

Document the operand of CALL_INTRINSIC_1

Update Lib/importlib/_bootstrap_external.py

Update generated_cases.c.h

[SOT][3.12] Support CALL_INTRINSIC_1 opcode in Python 3.12 PaddlePaddle/Paddle#61995

Move PrintExpr to IntristicFunction1 RustPython/RustPython#6324