Commits
Click on a commit to change the comparison rangeDependencyTracker: only handle STORE_FAST for the GETTING_IMPORT status
STORE_FAST handling is not generally correct outside of the specific case of
dealing with imports. So avoid resetting the stack or other issues when we're
not importing.