blueloveTH %!s(int64=3) %!d(string=hai) anos
pai
achega
c7157443aa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/vm.h

+ 1 - 1
src/vm.h

@@ -856,7 +856,7 @@ public:
             setattr(type, __name__, PyStr(name));
             setattr(type, __name__, PyStr(name));
         }
         }
 
 
-        this->__py2py_call_signal = new_object(_tp_object, (i64)7);
+        this->__py2py_call_signal = new_object(_tp_object, DUMMY_VAL);
 
 
         std::vector<_Str> publicTypes = {"type", "object", "bool", "int", "float", "str", "list", "tuple", "range"};
         std::vector<_Str> publicTypes = {"type", "object", "bool", "int", "float", "str", "list", "tuple", "range"};
         for (auto& name : publicTypes) {
         for (auto& name : publicTypes) {