mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
This is *not* sufficient for the final 3.13 release, but it will do for beta 1: - What's new entry - Updated changelog entry (news blurb) - Mention the proxy for f_globals in the datamodel and Python frame object docs This doesn't have any C API details (what's new refers to the PEP).
3 lines
198 B
ReStructuredText
3 lines
198 B
ReStructuredText
Implement PEP 667: converted :attr:`FrameType.f_locals <frame.f_locals>`
|
|
and :c:func:`PyFrame_GetLocals` to return a write-through proxy object
|
|
when the frame refers to a function or comprehension.
|