]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 13 Jun 2020 12:44:50 +0000 (05:44 -0700)
committerGitHub <noreply@github.com>
Sat, 13 Jun 2020 12:44:50 +0000 (05:44 -0700)
commit26db10a431bf5b55340f4427bf015719e384d306
treed35db78d0c68f11f46c5e4db065f9b5c841c6b8e
parent7e57c367d65f3d0219978b465dc00da15ae3724c
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>
Lib/test/test__xxsubinterpreters.py
Misc/NEWS.d/next/Library/2020-05-31-15-52-18.bpo-40834.MO9_hb.rst [new file with mode: 0644]
Python/pystate.c