Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.10: REPL: fix intermittent REPL test failure (#53096)
The earlier test relied on the order of the method match list returned by `_methods_by_ftype`. However, particularly in cases where the `ambig=true` option is used, the match list isn't deterministic. This commit modifies it, similar to other pieces of code, so that it `any` to ensure the code does not depend on the implementation details of `ml_matches`. Fixes #52739.
- Loading branch information