From 472c64323cbc30f7feb9385952be8120ae738cd3 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sun, 18 Feb 2024 23:51:55 +0800 Subject: [PATCH] some fix --- include/pocketpy/codeobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pocketpy/codeobject.h b/include/pocketpy/codeobject.h index 736bb8ec..3ccd4922 100644 --- a/include/pocketpy/codeobject.h +++ b/include/pocketpy/codeobject.h @@ -71,7 +71,7 @@ struct CodeObject { std::vector iblocks; // block index for each bytecode std::vector lines; - small_vector consts; + List consts; small_vector varnames; // local variables NameDictInt varnames_inv; small_vector blocks;