8000 _PyFunction_GetVersionForCurrentState should also check for overridden vectorcall field · Issue #92193 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

_PyFunction_GetVersionForCurrentState should also check for overridden vectorcall field #92193

@itamaro

Description

@itamaro

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

0