summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-01-20 14:42:44 (GMT)
committerGitHub <noreply@github.com>2018-01-20 14:42:44 (GMT)
commit1211c9a9897a174b7261ca258cabf289815a40d8 (patch)
treea43814a9172d44d64d7427d10249c816e5f4ef0e /Misc
parentbd5c7d238c01b90fbfae8ea45b47bd601900abaf (diff)
downloadcpython-1211c9a9897a174b7261ca258cabf289815a40d8.zip
cpython-1211c9a9897a174b7261ca258cabf289815a40d8.tar.gz
cpython-1211c9a9897a174b7261ca258cabf289815a40d8.tar.bz2
bpo-32503: Avoid creating too small frames in pickles. (#5127)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-01-07-09-22-26.bpo-32503.ViMxpD.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-01-07-09-22-26.bpo-32503.ViMxpD.rst b/Misc/NEWS.d/next/Library/2018-01-07-09-22-26.bpo-32503.ViMxpD.rst
new file mode 100644
index 0000000..609c593
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-01-07-09-22-26.bpo-32503.ViMxpD.rst
@@ -0,0 +1 @@
+Pickling with protocol 4 no longer creates too small frames.