Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accommodate FrameLocalsProxy introduction in Python 3.13 #92

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 15, 2024

  1. 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.
    musicinmybrain committed May 15, 2024
    Configuration menu
    Copy the full SHA
    000b36d View commit details
    Browse the repository at this point in the history