diff options
author | Alexander Buchkovsky <olex.buchkovsky@gmail.com> | 2018-11-06 19:38:34 (GMT) |
---|---|---|
committer | Antoine Pitrou <pitrou@free.fr> | 2018-11-06 19:38:34 (GMT) |
commit | bccacd19fa7b56dcf2fbfab15992b6b94ab6666b (patch) | |
tree | 5b74440178c378684e5e2ce579975d6dbf29c16a /Misc | |
parent | 75d9d59ab3a372d3d78e6a1f5e9f256e29d0a9a6 (diff) | |
download | cpython-bccacd19fa7b56dcf2fbfab15992b6b94ab6666b.zip cpython-bccacd19fa7b56dcf2fbfab15992b6b94ab6666b.tar.gz cpython-bccacd19fa7b56dcf2fbfab15992b6b94ab6666b.tar.bz2 |
bpo-17560: Too small type for struct.pack/unpack in mutliprocessing.Connection (GH-10305)
Allow sending more than 2 GB at once on a multiprocessing connection on non-Windows systems.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-11-03-10-12-04.bpo-35152.xpqskp.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-11-03-10-12-04.bpo-35152.xpqskp.rst b/Misc/NEWS.d/next/Library/2018-11-03-10-12-04.bpo-35152.xpqskp.rst new file mode 100644 index 0000000..7cc9ed3 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-11-03-10-12-04.bpo-35152.xpqskp.rst @@ -0,0 +1 @@ +Allow sending more than 2 GB at once on a multiprocessing connection on non-Windows systems.
\ No newline at end of file |