IBM / pyflowgraph

Flow graphs for Python
Apache License 2.0
25 stars 8 forks source link

Static tracking of objects between function calls #25

Closed epatters closed 5 years ago

epatters commented 5 years ago

As a complement to object tracking via weak references, use static analysis to track objects passed by function composition, including objects that are not weak-referenceable (see #17).

Part 2 of #18 and a sequel to #19.