Block a user
Python wrapper declares void-returning C functions with default c_int restype
Set restype=None for void-returning C functions
Include <sys/syscall.h> in ServerBench.cpp for SYS_perf_event_open
schemagen: add C++20 keywords to the C++ keyword allow-list
schemagen C++ keyword allow-list is missing C++20 keywords
WeaselJsonParser_parse accepts negative len, causing undefined behavior
I guess add as a precondition that len >= 0 and [buf, buf + len) is addressable (and writable if WeaselJsonRaw is not set)