forked from Rust-related/RustPython
make_parameters must not push duplicated parameters as cpython implementation. See `tuple_add` function of `genericaliasobject.c` in cpython code https://github.com/python/cpython/blob/main/Objects/genericaliasobject.c#L191 Signed-off-by: snowapril <sinjihng@gmail.com>