Vector Sets: VISMEMBER and other fixes (#13941)

In this PR there is also a VADD leak fixed (when wrong arity is
reported) and improvements to the test.
This commit is contained in:
Salvatore Sanfilippo
2025-04-15 22:58:57 +03:00
committed by GitHub
parent 725c71b87a
commit 41ecf7323e
5 changed files with 167 additions and 20 deletions
+1
View File
@@ -70,6 +70,7 @@ IGNORED_COMMANDS = {
"VREM",
"VSETATTR",
"VSIM",
"VISMEMBER",
}
class Request(object):