mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
2a330cc6cd
commit
f8156582a6
@ -331,7 +331,6 @@ static bool builtins_print(int argc, py_Ref argv) {
|
|||||||
// print(*args, sep=' ', end='\n')
|
// print(*args, sep=' ', end='\n')
|
||||||
py_TValue* args = py_tuple_data(argv);
|
py_TValue* args = py_tuple_data(argv);
|
||||||
int length = py_tuple_len(argv);
|
int length = py_tuple_len(argv);
|
||||||
assert(length != -1);
|
|
||||||
c11_sv sep = py_tosv(py_arg(1));
|
c11_sv sep = py_tosv(py_arg(1));
|
||||||
c11_sv end = py_tosv(py_arg(2));
|
c11_sv end = py_tosv(py_arg(2));
|
||||||
c11_sbuf buf;
|
c11_sbuf buf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user