summaryrefslogtreecommitdiffstats
path: root/Python/errors.c
diff options
context:
space:
mode:
authorFantix King <fantix.king@gmail.com>2020-06-14 07:43:57 (GMT)
committerGitHub <noreply@github.com>2020-06-14 07:43:57 (GMT)
commit8f04a84755babe516ebb5304904ea7c15b865c80 (patch)
tree9e229427faaafa99aadbd0b3b03513dd316abdee /Python/errors.c
parent5aad027db9618f22f6fa2274e05dd50f928d2ed7 (diff)
downloadcpython-8f04a84755babe516ebb5304904ea7c15b865c80.zip
cpython-8f04a84755babe516ebb5304904ea7c15b865c80.tar.gz
cpython-8f04a84755babe516ebb5304904ea7c15b865c80.tar.bz2
bpo-30064: Fix slow asyncio sock test (GH-20868)
Using a log2n way to fill a much smaller buffer, and receiving in a cleaner way with EOF. The failing test was reproducible using the following command thanks to @aeros : ```bash ./python -m test test_asyncio.test_sock_lowlevel --match test_sock_client_racing -j100 -F -v ``` According to test results, we may still need to bump the timeout: https://github.com/python/cpython/blob/5aad027db9618f22f6fa2274e05dd50f928d2ed7/Lib/test/test_asyncio/test_sock_lowlevel.py#L256-L257
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions