start adding set attribute support

This commit is contained in:
2025-09-17 17:24:50 +01:00
parent 4be8e8e32f
commit 3b0ec79955
10 changed files with 96 additions and 133 deletions

View File

@@ -52,6 +52,7 @@ const char *built_in_field_names[BUILT_IN_FIELDS_COUNT] = {
"log",
"length",
"__getattribute__",
"__setattr__",
"__hash__",
"__repr__"};