IBM / pyflowgraph

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

Can't track non-weak-referenceable objects #17

Closed epatters closed 5 years ago

epatters commented 6 years ago

The object tracker, currently used in a crucial way to determine the flow graph topology, only works for objects that are weak referenceable. Types whose instances are not weak referenceable include:

This is a fairly serious defect.