blueloveTH 1 년 전
부모
커밋
f8156582a6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/public/modules.c

+ 0 - 1
src/public/modules.c

@@ -331,7 +331,6 @@ static bool builtins_print(int argc, py_Ref argv) {
     // print(*args, sep=' ', end='\n')
     py_TValue* args = py_tuple_data(argv);
     int length = py_tuple_len(argv);
-    assert(length != -1);
     c11_sv sep = py_tosv(py_arg(1));
     c11_sv end = py_tosv(py_arg(2));
     c11_sbuf buf;