Skip to content

Fix issue with cache hits #1977

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Nicba1010
Copy link

As per #1915

Args will not contain the self argument, it is bound to func in __self__ so there is no need to try and strip it.

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Mar 23, 2025
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Mar 23, 2025
@Nicba1010
Copy link
Author

I covered a test, but I have not set up the project or run it. I don't know if there is a GitHub action auto running tests to validate that the PR is "merge-able". I would appreciate if someone could verify the tests work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S This PR changes 10-29 lines, ignoring generated files.
1 participant