summaryrefslogtreecommitdiff
path: root/Python/fileutils.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-01-13 00:28:31 +0200
committerGitHub <noreply@github.com>2018-01-13 00:28:31 +0200
commit5b76bdba071e7bbd9fda0b9b100d1506d95c04bd (patch)
tree6330db8f2ec3db059cdad53010c11bce85b388fc /Python/fileutils.c
parentf3031b8a7ad71d3b6ed05da7f3041d9efbe773cf (diff)
downloadcpython-git-5b76bdba071e7bbd9fda0b9b100d1506d95c04bd.tar.gz
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 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions