Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 zopefoundation/zope.interface#294 and specifically on zopefoundation/zope.interface#294 (comment). Fixes Pylons#91.
- Loading branch information