doubles
doubles copied to clipboard
ValueError: no signature found for builtin <functools._lru_cache_wrapper object>
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.