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
Insert shim frames at entries points to the interpreter. #96421
Handle _PyEval_EvalFrameDefault exit in bytecode.
Merge branch 'main' into entry-frame
Delay destruction of trampoline code object and make symbol private
Make sure that previous never points into the C stack after return.
Use explicit stacksize in _Py_MakeTrampoline. Allow interpreter to cl…
Merge branch 'main' into entry-frame
Merge branch 'main' into entry-frame
More on-stack C structs into a big struct and add sentinels, as we wa…
Skip a test if ASAN is turned on.
Specialization of generator iteration and coroutine await faster-cpython/ideas#457
Merge branch 'main' into entry-frame
Merge branch 'main' into entry-frame
Halve the number of writes for shim frame.
Remove one more write to shim frame.
GH-96421: Don't keep local copies of first_instr, names and consts in the interpreter. #96847
GH-96421: Introduce cleanup contexts for inlined frames #98795
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
GH-96793: Specialize FOR_ITER for generators. #98772