]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
authorAn Long <aisk@users.noreply.github.com>
Sat, 13 Jun 2020 12:26:01 +0000 (20:26 +0800)
committerGitHub <noreply@github.com>
Sat, 13 Jun 2020 12:26:01 +0000 (05:26 -0700)
commit29c117202e386bad1d66ae336e2fefa1a1809ee0
tree4d8c790491cc3b3ff3bcbff7b80ebe2f7853d760
parent1c209e3b53b6929747fe3b79398bfbaeabb72d92
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
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