From 1c6a015f4195deb3686812fab6efc6472058eacc Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Wed, 13 Aug 2025 12:26:30 +0200 Subject: [PATCH] Remove a superflous allowlist entry (#14571) --- stubs/gevent/@tests/stubtest_allowlist.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stubs/gevent/@tests/stubtest_allowlist.txt b/stubs/gevent/@tests/stubtest_allowlist.txt index 8c1d14615..f61cdfb4f 100644 --- a/stubs/gevent/@tests/stubtest_allowlist.txt +++ b/stubs/gevent/@tests/stubtest_allowlist.txt @@ -171,11 +171,6 @@ gevent.socket.socket.closed gevent.socket.wait_readwrite gevent.socket.wait_write -# See https://github.com/python/typeshed/pull/14503/files#r2247065318 for why a -# default of `0` is exposed, even though the physical default that stubtest -# can see is `-1`. -gevent.socket.SocketType.__init__ - # we have punted on ssl, the gevent version of these functions have an additional # argument for timeouts/blocking and there are some with different default values # for nbytes/length, for now we ignore that fact