Files
pytest2/src/_pytest/assertion
Ran Benita 614f5394b5 Avoid @lru_cache on methods
The problem with `@lru_cache` on methods is that it also captures `self`
and leaks it until the entry is evicted (if ever).
2021-10-01 14:41:14 +03:00
..
2021-10-01 14:41:14 +03:00
2020-10-03 12:46:54 -07:00