charlax opened this issue 6 years ago · 1 comments
Fairly simple to reproduce, try setting an allowance on a function decoratored with functools.lru_cache.
functools.lru_cache
Need any help fixing it?
The no_builtin_verification context fixes it, as stated in #115.
no_builtin_verification
This is documented in the usage page, but not on the API page.