-
Notifications
You must be signed in to change notification settings - Fork 760
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
feat: allow classmethods to receive Py<PyType>
#3587
Conversation
6b1fbcc
to
b5f8a5d
Compare
Could you add a test case and change log entry for this? Thanks! |
Also, if you're willing, it would be great to also support this for |
Indeed, I've added it. I had to modify |
CodSpeed Performance ReportMerging #3587 will improve performances by 22.03%Comparing Summary
Benchmarks breakdown
|
👍 @wyfo similar finishing request here - can you please squash it? Also, if you're willing to check the patch diff on codecov and add an additional test or two to hit the coverage target, that would be massively appreciated 🙏 |
Actually, the issue with coverage comes from the error cases |
This is necessary for async functions
9a82505
to
744de3a
Compare
Ah makes sense, let's merge this and I'll have a play with what the error message looks like with that check removed 👍 |
This is necessary for async classmethods