]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795) (GH-23814)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 17 Dec 2020 11:14:25 +0000 (03:14 -0800)
committerGitHub <noreply@github.com>
Thu, 17 Dec 2020 11:14:25 +0000 (12:14 +0100)
commit718bf1a7a1a39ca6f2381a299d00d8318732104a
tree081a93865fff3d16fda95bcd1ad77d10a1e7b069
parentdd262ef46d2e2fff4c413cfa5faa9e72cd36220e
bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795) (GH-23814)

Use shorter timeout and replace send() with sendall().
(cherry picked from commit 79782fe4f8cf73d7fdf8db02073bbadf7ff817b6)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_epoll.py