diff options
author | Yury Selivanov <yury@magic.io> | 2018-05-29 05:00:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-29 05:00:12 (GMT) |
commit | f295587c45f96b62d24f9a12cef6931b0805f596 (patch) | |
tree | 3a33afc7269203486b79f0f3e5b1a7d2d7e83be1 /Misc/NEWS.d | |
parent | 3e51a3d5927c680d5410ff11ff8d5e5bb9ffb1e7 (diff) | |
download | cpython-f295587c45f96b62d24f9a12cef6931b0805f596.zip cpython-f295587c45f96b62d24f9a12cef6931b0805f596.tar.gz cpython-f295587c45f96b62d24f9a12cef6931b0805f596.tar.bz2 |
bpo-33674: Pause the transport as early as possible (#7192)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-05-29-00-37-56.bpo-33674.2IkGhL.rst | 2 |
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(). |