Reintroduce vectorcall
specialization for Python call
API.
#4656
Labels
Milestone
vectorcall
specialization for Python call
API.
#4656
As part of the
IntoPyObject
migration process we removed thevectorcall
optimization for simplicity for now in #4653. It was added in #4456 to speed up Python'scall
API by using thevectorcall
calling convention where possible. This optimization was build on top ofIntoPy
which will be deprecated now in favor ofIntoPyObject
(#4618).We'd like to reintroduce it in a future version using a separate
PyCallArgs
trait as discussed in #4456 (comment)The text was updated successfully, but these errors were encountered: