diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-01-12 22:28:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-12 22:28:31 (GMT) |
commit | 5b76bdba071e7bbd9fda0b9b100d1506d95c04bd (patch) | |
tree | 6330db8f2ec3db059cdad53010c11bce85b388fc /Misc/NEWS.d/next | |
parent | f3031b8a7ad71d3b6ed05da7f3041d9efbe773cf (diff) | |
download | cpython-5b76bdba071e7bbd9fda0b9b100d1506d95c04bd.zip cpython-5b76bdba071e7bbd9fda0b9b100d1506d95c04bd.tar.gz cpython-5b76bdba071e7bbd9fda0b9b100d1506d95c04bd.tar.bz2 |
bpo-31993: Do not use memoryview when pickle large strings. (#5154)
PyMemoryView_FromMemory() created a memoryview referring to
the internal data of the string. When the string is destroyed
the memoryview become referring to a freed memory.
Diffstat (limited to 'Misc/NEWS.d/next')
0 files changed, 0 insertions, 0 deletions