mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-13 03:21:07 +08:00
Bump gevent to 25.4.* (#13885)
This commit is contained in:
@@ -17,10 +17,6 @@ gevent.libev.watcher.watcher.feed
|
||||
# undocumented argument for internal use only
|
||||
gevent.libev.watcher.watcher.__init__
|
||||
|
||||
# ares_host_result always has the same layout, so we set the arguments on __new__
|
||||
# to reflect that fact, we don't care that the implementation accepts any number
|
||||
# of arguments
|
||||
gevent.resolver.cares.ares_host_result.__new__
|
||||
|
||||
# we have punted on socket, the gevent version of these functions sometimes use
|
||||
# named parameters, while the base implementation only allows positional arguments
|
||||
|
||||
@@ -24,10 +24,6 @@ gevent.libev.watcher.watcher.feed
|
||||
# undocumented argument for internal use only
|
||||
gevent.libev.watcher.watcher.__init__
|
||||
|
||||
# ares_host_result always has the same layout, so we set the arguments on __new__
|
||||
# to reflect that fact, we don't care that the implementation accepts any number
|
||||
# of arguments
|
||||
gevent.resolver.cares.ares_host_result.__new__
|
||||
|
||||
# we have punted on socket, the gevent version of these functions sometimes use
|
||||
# named parameters, while the base implementation only allows positional arguments
|
||||
|
||||
@@ -19,9 +19,3 @@ gevent.libev.corecext.*
|
||||
# these won't work until we find out if we can install libev somehow with choco
|
||||
gevent.libev.corecffi
|
||||
gevent.libev.watcher
|
||||
|
||||
# these don't work on windows
|
||||
gevent.ares
|
||||
gevent.resolver.ares
|
||||
gevent.resolver.cares
|
||||
gevent.resolver_ares
|
||||
|
||||
Reference in New Issue
Block a user