Skip to content
Snippets Groups Projects
Martin Bauer's avatar
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)
93b1d694
Forked from pycodegen / pystencils
1428 commits behind the upstream repository.