Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CPython shouldn't specialize function calls with custom _PyFunction_V…
…ectorcall Summary: CPython includes a check in the interpreter loop to not go through vectorcall if it's been customized. But it'll specialize these method calls, and then avoid the custom hook. It should refuse to specialize if the hook has been set. Reviewed By: alexmalyshev Differential Revision: D67505322 fbshipit-source-id: 8bc9c26b961e168113d0d23a6a40e653f4f0997c
- Loading branch information