mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-18 14:29:47 +08:00
gevent: Use TypeVarTuple instead of old ParamSpec workaround. (#11129)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user