Skip to content

adjust testing to account for frame.f_locals as a proxy in 3.13#677

Merged
mmckerns merged 1 commit intomasterfrom
frameproxy
Sep 9, 2024
Merged

adjust testing to account for frame.f_locals as a proxy in 3.13#677
mmckerns merged 1 commit intomasterfrom
frameproxy

Conversation

@mmckerns
Copy link
Member

@mmckerns mmckerns commented Sep 9, 2024

Summary

In python 3.13, the f_locals attribute can be a FrameLocalsProxy and not a dict, thus the test_bad_objects test needs to be modified to account for that.

Checklist

Documentation and Tests

  • Added relevant tests that run with python tests/__main__.py, and pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant