Bump gevent to 25.4.* (#13885)

This commit is contained in:
LordGvozd
2025-05-11 20:05:25 +02:00
committed by GitHub
parent 1ebbbeec75
commit 251570c4f6
12 changed files with 113 additions and 124 deletions
@@ -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