Skip to content
Snippets Groups Projects
Commit 40c1272e authored by Damien George's avatar Damien George
Browse files

py/compile: When compiling super(), handle closed-over self variable.

The self variable may be closed-over in the function, and in that case the
call to super() should load the contents of the closure cell using
LOAD_DEREF (before this patch it would just load the cell directly).
parent a0973b09
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment