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