]> 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:57:03 +0000 (00:57 -0400)
committerGitHub <noreply@github.com>
Thu, 16 Aug 2018 04:57:03 +0000 (00:57 -0400)
commitb14ab447ee3f47d479d899b4001d870569a76c44
tree0480b848315be5e8b5bea89ee80202df003fc1e7
parenteeca87cf3ce5b866dbb210548e23ee91ec5411f2
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