Tin mới
faster-cpython:pep-479-bytecode
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
In order to specialize iteration over generators and send to coroutines we need to remove the pre- and post checks from the C wrappers. The pre-checks are largely eliminated by the the compiler and specialization. The po
Handle converting StopIteration to RuntimeError in bytecode.
Wrap async generators and generator expressions in handler for Stop[A…
Add custom instruction for converting StopIteration into RuntimeError.
Remove LOAD_ERROR instruction.
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Merge branch 'main' into pep-479-bytecode
GH-98831: Simple input-output stack effects #99120