change to __set_attr__

This commit is contained in:
2025-09-19 00:31:04 +01:00
parent 50ff9fbefc
commit 70ba81bebc
6 changed files with 46 additions and 8 deletions

View File

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