[uWSGI] Use a TypeVarTuple in uwsgidecorators.thread (#11128)

This commit is contained in:
David Salvisberg
2026-03-30 13:59:35 +02:00
committed by GitHub
parent 9023424987
commit ccf9411fb1
2 changed files with 6 additions and 15 deletions
@@ -5,10 +5,3 @@
uwsgidecorators.erlang
# This should really only be internal API, so we don't export it
uwsgidecorators.harakiri.real_call
# Error: is inconsistent
# ======================
# This is a limitation of ParamSpec, we can't specify that the
# the ParamSpec does have no keyword arguments, but we need the
# ParamSpec to properly annotate this decorator
uwsgidecorators.thread.__call__