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

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

Merged
merged 1 commit into from
Sep 9, 2024

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.

@mmckerns mmckerns added this to the dill-0.3.9 milestone Sep 9, 2024
@mmckerns mmckerns merged commit a14e75d into master Sep 9, 2024
4 checks passed
@mmckerns mmckerns deleted the frameproxy branch September 9, 2024 22:54
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