diff --git a/include/pocketpy/obj.h b/include/pocketpy/obj.h index 026eb7ed..15621e71 100644 --- a/include/pocketpy/obj.h +++ b/include/pocketpy/obj.h @@ -172,7 +172,7 @@ obj_get_t PyVar::obj_get(){ if constexpr(is_sso_v){ return as(); }else{ - return ((Py_*)(get()))->_value; + return ((Py_*)(_1))->_value; } }