summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2018-05-29 05:00:12 (GMT)
committerGitHub <noreply@github.com>2018-05-29 05:00:12 (GMT)
commitf295587c45f96b62d24f9a12cef6931b0805f596 (patch)
tree3a33afc7269203486b79f0f3e5b1a7d2d7e83be1 /Misc
parent3e51a3d5927c680d5410ff11ff8d5e5bb9ffb1e7 (diff)
downloadcpython-f295587c45f96b62d24f9a12cef6931b0805f596.zip
cpython-f295587c45f96b62d24f9a12cef6931b0805f596.tar.gz
cpython-f295587c45f96b62d24f9a12cef6931b0805f596.tar.bz2
bpo-33674: Pause the transport as early as possible (#7192)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-05-29-00-37-56.bpo-33674.2IkGhL.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-05-29-00-37-56.bpo-33674.2IkGhL.rst b/Misc/NEWS.d/next/Library/2018-05-29-00-37-56.bpo-33674.2IkGhL.rst
new file mode 100644
index 0000000..66baca1
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-05-29-00-37-56.bpo-33674.2IkGhL.rst
@@ -0,0 +1,2 @@
+Pause the transport as early as possible to further reduce the risk of
+data_received() being called before connection_made().