]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109845: Make test_ftplib more stable under load (GH-109912)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 26 Sep 2023 19:58:46 +0000 (22:58 +0300)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2023 19:58:46 +0000 (22:58 +0300)
commit2ef2fffe3be953b91852585c75188d5475b09474
tree2846d1c91f9d1bdf2c585c45fb052e3fdecd60a0
parentb1e4f6e83e8916005caa3f751f25fb58cccbf812
gh-109845: Make test_ftplib more stable under load (GH-109912)

recv() can return partial data cut in the middle of a multibyte
character. Test raw binary data instead of data incorrectly decoded by parts.
Lib/test/test_ftplib.py