mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-21 12:00:18 +00:00
Update vm.h
This commit is contained in:
parent
f66e92954b
commit
c7157443aa
2
src/vm.h
2
src/vm.h
@ -856,7 +856,7 @@ public:
|
||||
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"};
|
||||
for (auto& name : publicTypes) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user