This commit is contained in:
blueloveTH 2024-02-18 23:51:55 +08:00
parent 443c87f507
commit 472c64323c

View File

@ -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;