Tin mới
faster-cpython:for-iter-no-pop
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
Modify FOR_ITER to leave iterator on stack. Work in progress.
Merge branch 'main' into for-iter-no-pop
Skip over POP_TOP at end of loop in specialized versions of FOR_ITER.
Merge branch 'main' into for-iter-no-pop
Fix up new POP_TOPs to have no location.
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
faster-cpython/ideas#457 (comment)
Merge branch 'main' into for-iter-no-pop
Fix up specialization of FOR_ITER
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️
Hi! The buildbot s390x RHEL7 3.x has failed when building commit 22863df.
to not pop the iterator on exhausti…