1
0
blueloveTH 2 жил өмнө
parent
commit
db725f8b5f

+ 1 - 1
include/pocketpy/obj.h

@@ -172,7 +172,7 @@ obj_get_t<T> PyVar::obj_get(){
     if constexpr(is_sso_v<T>){
     if constexpr(is_sso_v<T>){
         return as<T>();
         return as<T>();
     }else{
     }else{
-        return ((Py_<T>*)(get()))->_value;
+        return ((Py_<T>*)(_1))->_value;
     }
     }
 }
 }