Skip to content

Python: Unexpected flow from RemoteFlowSource #5589

Answered by yoff
jorgectf asked this question in Q&A
Discussion options

You must be logged in to vote

I think that request (l.9) -> request (l.10) (in the third path explanation) is use-use flow. That is, the reference to request on line 10 is "the next use" of that variable after the reference on line 9. Use-use flow is normally compressed out of the path explanations, but it may be shown here because we force is to show all subscript reads. However, it seems to also give you the version where it is compressed away in the second path explanation.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@jorgectf
Comment options

@yoff
Comment options

@jorgectf
Comment options

@jorgectf
Comment options

@yoff
Comment options

Answer selected by jorgectf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants