mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
some fix
This commit is contained in:
parent
443c87f507
commit
472c64323c
@ -71,7 +71,7 @@ struct CodeObject {
|
|||||||
std::vector<int> iblocks; // block index for each bytecode
|
std::vector<int> iblocks; // block index for each bytecode
|
||||||
std::vector<LineInfo> lines;
|
std::vector<LineInfo> lines;
|
||||||
|
|
||||||
small_vector<PyObject*, 8> consts;
|
List consts;
|
||||||
small_vector<StrName, 16> varnames; // local variables
|
small_vector<StrName, 16> varnames; // local variables
|
||||||
NameDictInt varnames_inv;
|
NameDictInt varnames_inv;
|
||||||
small_vector<CodeBlock, 4> blocks;
|
small_vector<CodeBlock, 4> blocks;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user