summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-06-13 12:44:38 (GMT)
committerGitHub <noreply@github.com>2020-06-13 12:44:38 (GMT)
commit94bb4b7db2a4eadd299acede204b087aca30c9a2 (patch)
treec785d9e8ddfed8c07c85f4aa814f9ab0ccdb729c /Misc
parent166d7234b5ae07f78feb5ddfb3026fbd2a1a36e2 (diff)
downloadcpython-94bb4b7db2a4eadd299acede204b087aca30c9a2.zip
cpython-94bb4b7db2a4eadd299acede204b087aca30c9a2.tar.gz
cpython-94bb4b7db2a4eadd299acede204b087aca30c9a2.tar.bz2
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
(cherry picked from commit 29c117202e386bad1d66ae336e2fefa1a1809ee0) Co-authored-by: An Long <aisk@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-05-31-15-52-18.bpo-40834.MO9_hb.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-05-31-15-52-18.bpo-40834.MO9_hb.rst b/Misc/NEWS.d/next/Library/2020-05-31-15-52-18.bpo-40834.MO9_hb.rst
new file mode 100644
index 0000000..2727837
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-05-31-15-52-18.bpo-40834.MO9_hb.rst
@@ -0,0 +1 @@
+Fix truncate when sending str object with_xxsubinterpreters.channel_send. \ No newline at end of file