If cached property is used the following warning is raised ``` else: # should be unreachable, but issue a warning just in case warnings.warn("tracing not supported for %r" % descriptor_type) continue ```
If cached property is used the following warning is raised