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
Faster-Cpython thread: faster-cpython/ideas#67 GH issue: #91432
Merge remote-tracking branch 'upstream/main' into special_for_iter2
Merge branch 'main' into special_for_iter2
Make FOR_ITER_RANGE mutate the local
Merge remote-tracking branch 'upstream/main' into special_for_iter2
Add more tests, add more casts
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Merge branch 'main' into special_for_iter2
Optimizing FOR_ITER bytecode #91432
Merge remote-tracking branch 'upstream/main' into special_for_iter2
use the new exponential backoff
revert using sdigits, add _PyLong_AssignValue
add comment and use Py_ssize_t
This only works for positive integers. Given that it is only used for range iteration, that's fine for now. But could you add a comment, so it doesn't get overlooked when we implement faster-cpython/ideas#147
GH-91432: Implement the FOR_ITER_SET specialization #94104