George Necula 45ae4dfb9e [shape_poly] Remove caching for the symbolic shape evaluator
The caching used for the shape_poly.CachingShapeEvaluator leads to
leaked tracer errors. This is because the `lru_cache` is attached
to the `CachingShapeEvaluator.evaluate` and persists for the
duration of the program. It is possible to reimplement the caching,
but in this case caching does not help much so we just remove it.
2024-11-09 11:13:48 +02:00
..
2024-06-26 16:10:18 -04:00
2024-11-05 09:08:33 -08:00
2024-10-21 10:11:51 -07:00
2024-06-26 16:10:18 -04:00
2024-06-26 16:10:18 -04:00
2024-05-11 06:40:18 -07:00
2024-08-13 14:48:38 -07:00
2024-06-26 16:10:18 -04:00
2024-06-26 16:10:18 -04:00
2024-07-09 08:06:16 -07:00