blueloveTH %!s(int64=2) %!d(string=hai) anos
pai
achega
472c64323c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/pocketpy/codeobject.h

+ 1 - 1
include/pocketpy/codeobject.h

@@ -71,7 +71,7 @@ struct CodeObject {
     std::vector<int> iblocks;       // block index for each bytecode
     std::vector<LineInfo> lines;
     
-    small_vector<PyObject*, 8> consts;
+    List consts;
     small_vector<StrName, 16> varnames;      // local variables
     NameDictInt varnames_inv;
     small_vector<CodeBlock, 4> blocks;