Skip to content

fix(profiling): get_frame_name only look at arguments#1684

Merged
antonpirker merged 2 commits intomasterfrom
txiao/fix/get-frame-name-only-look-at-arguments
Oct 20, 2022
Merged

fix(profiling): get_frame_name only look at arguments#1684
antonpirker merged 2 commits intomasterfrom
txiao/fix/get-frame-name-only-look-at-arguments

Conversation

@Zylphrex
Copy link
Member

Looking for self and cls is not sufficient because they may have come from an outer scope. Make sure to check that they are coming from the frame's positional arguments.

Looking for `self` and `cls` is not sufficient because they may have come from
an outer scope. Make sure to check that they are coming from the frame's
positional arguments.
@antonpirker antonpirker merged commit d2547ea into master Oct 20, 2022
@antonpirker antonpirker deleted the txiao/fix/get-frame-name-only-look-at-arguments branch October 20, 2022 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants