8000 Add NEWS entry · python/cpython@3ed317e · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ed317e

Browse files
committed
Add NEWS entry
1 parent d265e1c commit 3ed317e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Fix test_asyncio, test_imaplib and test_socket tests on FreeBSD if the TCP
2+
blackhole is enabled (``sysctl net.inet.tcp.blackhole``). Skip the few tests
3+
which failed with ``ETIMEDOUT`` which such non standard configuration.
4+
Currently, the `FreeBSD GCP image enables TCP and UDP blackhole
5+
<https://reviews.freebsd.org/D41751>`_ (``sysctl net.inet.tcp.blackhole=2``
6+
and ``sysctl net.inet.udp.blackhole=1``). Patch by Victor Stinner.

0 commit comments

Comments
 (0)
0