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

_PyFunction_GetVersionForCurrentState should also check for overridden vectorcall field #92193

Closed
itamaro opened this issue May 2, 2022 · 1 comment
Labels
type-bug An unexpected behavior, bug, or error

Comments

@itamaro
Copy link
Contributor

itamaro commented May 2, 2022

Currently, if a function's vectorcall field is overridden, the function might get specialized - this shouldn't happen if the vectorcall field was overridden.

@itamaro itamaro added the type-bug An unexpected behavior, bug, or error label May 2, 2022
@kumaraditya303
Copy link
Contributor

Fixed by #92257

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants