]> granicus.if.org Git - python/commit
bpo-32503: Avoid creating too small frames in pickles. (#5127)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 20 Jan 2018 14:42:44 +0000 (16:42 +0200)
committerGitHub <noreply@github.com>
Sat, 20 Jan 2018 14:42:44 +0000 (16:42 +0200)
commit1211c9a9897a174b7261ca258cabf289815a40d8
treea43814a9172d44d64d7427d10249c816e5f4ef0e
parentbd5c7d238c01b90fbfae8ea45b47bd601900abaf
bpo-32503: Avoid creating too small frames in pickles. (#5127)
Lib/pickle.py
Lib/test/pickletester.py
Misc/NEWS.d/next/Library/2018-01-07-09-22-26.bpo-32503.ViMxpD.rst [new file with mode: 0644]
Modules/_pickle.c