Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
aa9b74fe
Commit
aa9b74fe
authored
Feb 14, 2014
by
Damien George
Browse files
py: Fix IMPORT_STAR, needs to pop the stack.
parent
7ef09800
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/vm.c
View file @
aa9b74fe
...
...
@@ -596,7 +596,7 @@ unwind_return:
break
;
case
MP_BC_IMPORT_STAR
:
rt_import_all
(
T
OP
());
rt_import_all
(
P
OP
());
break
;
default:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment