Tin mới
faster-cpython:make-gen-in-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
Add new instruction to make generator or coroutine from current frame.
Set line number for RETURN_GENERATOR instruction.
Rename YIELD_FROM_LOOP to JUMP_NO_INTERRUPT: describe what it does, n…
Merge branch 'main' into make-gen-in-bytecode
Trim frame and generator by word each.
Update test.test_sys to account for smaller frames.
Skip clearing of old frame when returning a generator.
Treat generator functions as normal functions when evaluating and spe…
Attempt to streamline eval-breaker checks a bit.
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Add some clarifications and explanations.
Name new instructions in news item.
bpo-46470: remove unused branch from typing._remove_dups_flatten #30780
gh-79940: add introspection API for asynchronous generators #11590
The explanation of cr_suspended should be added to Types and members #142992
gi_suspended/cr_suspended is not specified as a change #142994
[BUG] inspect.get*state() does not work for compiled objects on Python ≥3.11 cython/cython#7448
types._GeneratorWrapper is no longer consistent with types.GeneratorType/types.CoroutineType #143552