Skip to content

[3.11] gh-109845: Make test_ftplib more stable under load (GH-109912) - #109920

Merged
serhiy-storchaka merged 1 commit into
python:3.11from
miss-islington:backport-2ef2fff-3.11
Sep 26, 2023
Merged

[3.11] gh-109845: Make test_ftplib more stable under load (GH-109912)#109920
serhiy-storchaka merged 1 commit into
python:3.11from
miss-islington:backport-2ef2fff-3.11

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Sep 26, 2023

Copy link
Copy Markdown
Contributor

recv() can return partial data cut in the middle of a multibyte
character. Test raw binary data instead of data incorrectly decoded by parts.
(cherry picked from commit 2ef2fff)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…9912)
recv() can return partial data cut in the middle of a multibyte
character. Test raw binary data instead of data incorrectly decoded by parts.
(cherry picked from commit 2ef2fff)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@miss-islington@serhiy-storchaka