https://github.com/python/cpython/commit/b530e174a3f870f0795200fee197a46e8bbfd0e8 commit: b530e174a3f870f0795200fee197a46e8bbfd0e8 branch: main author: Chris Eibl <138194463+chris-e...@users.noreply.github.com> committer: zooba <steve.do...@microsoft.com> date: 2025-04-16T22:44:57+01:00 summary:
GH-131296: Remove unused variable from overlapped.c (GH-131590) files: M Modules/overlapped.c diff --git a/Modules/overlapped.c b/Modules/overlapped.c index 0eba109f4902fc..29b7b356648a53 100644 --- a/Modules/overlapped.c +++ b/Modules/overlapped.c @@ -1811,13 +1811,6 @@ _overlapped_Overlapped_WSASendTo_impl(OverlappedObject *self, HANDLE handle, } } - - -PyDoc_STRVAR( - Overlapped_WSARecvFrom_doc, - "RecvFile(handle, size, flags) -> Overlapped[(message, (host, port))]\n\n" - "Start overlapped receive"); - /*[clinic input] _overlapped.Overlapped.WSARecvFrom _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com