Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AbstractIntepreter: revert
invokecall
to a positional argument (#50763
) In #50739, `invokecall` argument of `concrete_eval_call` was changed to a keyword argument. However, this was an unintentional change that imposes unnecessary changes to be required on packages using external `AbstractInterpreter`. This commit simply restores it to positional argument as before.
- Loading branch information