
Martin Bauer
authored
- cache relied on uniqueness of python id() - id may be reused if object is freed -> object must be held alive -> kernel keeps all it arguments it was ever called with, alive (problematic in terms of memory consumption)
Forked from
pycodegen / pystencils
1428 commits behind the upstream repository.