Tin mới
GitHub CopilotWrite better code with AI
GitHub Copilot appDirect agents from issue to merge
CodespacesInstant dev environments
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
GitHub SponsorsFund open source developers
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
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
Merge branch 'main' into intrinsics
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
[SOT][3.12] Support CALL_INTRINSIC_1 opcode in Python 3.12 PaddlePaddle/Paddle#61995
Move PrintExpr to IntristicFunction1 RustPython/RustPython#6324