Make sure to generate __physlcache__ for each Python module #1263
Labels
category: @Phylanx
Everything related to the @Phylanx python decorator
type: enhancement
type: feature request
Milestone
Currently the
__physlcache__
is generated for the top-level Python module only. This causes the cache not to be regenerated if one of the imported modules is updated. We should make sure to generate a cache file for each of the imported modules as well.The text was updated successfully, but these errors were encountered: