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

py: Fix IMPORT_STAR, needs to pop the stack.

parent 7ef09800
No related branches found
No related tags found
No related merge requests found
......@@ -596,7 +596,7 @@ unwind_return:
break;
case MP_BC_IMPORT_STAR:
rt_import_all(TOP());
rt_import_all(POP());
break;
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment