]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149879: Fix test_ftplib on Cygwin (#150431)
authorVictor Stinner <vstinner@python.org>
Mon, 25 May 2026 22:09:41 +0000 (00:09 +0200)
committerGitHub <noreply@github.com>
Mon, 25 May 2026 22:09:41 +0000 (00:09 +0200)
commit5ab1e8693ffa34cf613b726feb2b7dd2271a86c7
tree4e1ec995a5793c61b1f9bbe977769cf04ee90d5d
parente6b17d1d6dc3dcb497502b377b1357076feb41f3
gh-149879: Fix test_ftplib on Cygwin (#150431)

Skip test_abort() since MSG_OOB doesn't work properly on Cygwin. The
server gets b'\n' and then b'ABOR\r', instead of getting b'ABOR\r\n'.
Lib/test/test_ftplib.py