mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
Update vm.h
This commit is contained in:
parent
99457e1797
commit
65a810f20c
@ -48,7 +48,7 @@ struct PyTypeInfo{
|
||||
StrName name;
|
||||
bool subclass_enabled;
|
||||
|
||||
pod_vector<StrName> annotated_fields = {};
|
||||
std::vector<StrName> annotated_fields = {};
|
||||
|
||||
// cached special methods
|
||||
// unary operators
|
||||
|
Loading…
x
Reference in New Issue
Block a user