Test.detect_unbound_args
reports cases that are reasonable and harmless
#56698
Labels
testsystem
The unit testing framework and Test stdlib
types and dispatch
Types, subtyping and method dispatch
If the unbound static parameter is not used in the function body, then it should not get reported by
detect_unbound_args
. There are perfectly valid functions that don't use their static parameters. For example:This causes spurious test failures in #54494
The text was updated successfully, but these errors were encountered: