]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH-8756)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 16 Aug 2018 04:53:00 +0000 (00:53 -0400)
committerGitHub <noreply@github.com>
Thu, 16 Aug 2018 04:53:00 +0000 (00:53 -0400)
commit962051eeb0ba486b8ffe4082779b4fa432e3dfb2
tree9717a81fc57c1289eb24d9c9b266fd3f8c725795
parent64336dc0a5907b04fe85a911cd1b8be9b663587e
bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH-8756)

(cherry picked from commit 67b9cc8e6072a919d2ed7e7ecc8124c8acfb3733)

Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
Modules/_csv.c
Modules/_pickle.c