gevent: Use TypeVarTuple instead of old ParamSpec workaround. (#11129)

This commit is contained in:
David Salvisberg
2023-12-10 05:40:09 +01:00
committed by GitHub
parent 336c062489
commit df9a51306a
5 changed files with 28 additions and 44 deletions
@@ -122,10 +122,6 @@ gevent._config._PositiveValueMixin.validate
gevent._ffi.watcher.AbstractWatcherType.__new__
# these are inconsistent due to the ParamSpec hack for positional only callables
gevent._ffi.loop.AbstractLoop.run_callback
gevent._ffi.loop.AbstractLoop.run_callback_threadsafe
gevent._ffi.watcher.watcher.start
gevent._hub_primitives.WaitOperationsGreenlet.cancel_waits_close_and_then
gevent.baseserver.BaseServer.do_close
gevent.baseserver.BaseServer.do_handle