venusian
venusian copied to clipboard
Accommodate FrameLocalsProxy introduction in Python 3.13
The frame.f_locals
is now a write-through proxy object of type FrameLocalsProxy
; see PEP 667. This fix is based on https://github.com/zopefoundation/zope.interface/pull/294 and specifically on
https://github.com/zopefoundation/zope.interface/pull/294#issuecomment-2109776671.
Fixes #91.