uber/doubles

ValueError: no signature found for builtin <functools._lru_cache_wrapper object>

charlax opened this issue · 1 comments

Fairly simple to reproduce, try setting an allowance on a function decoratored with functools.lru_cache.

Need any help fixing it?

The no_builtin_verification context fixes it, as stated in #115.

This is documented in the usage page, but not on the API page.