mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
4c35a2aa80
Operating systems without support for TCP_NODELAY will raise an OSError
when trying to set the socket option, but the show can still go on.
(cherry picked from commit 0571b934f5)
Co-authored-by: rtobar <rtobarc@gmail.com>