Skip to content

Commit 85b7181

Browse files
authored
Added property hooks words in fuzzer parser dict (#14958)
1 parent 1fe854e commit 85b7181

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sapi/fuzzer/dict/parser

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
"public"
8282
"readonly"
8383
"enum"
84-
"unset"
8584
"list"
8685
"callable"
8786
"iterable"
@@ -93,3 +92,5 @@
9392
"__file__"
9493
"__dir__"
9594
"__namespace__"
95+
"get"
96+
"set"

0 commit comments

Comments
 (0)