]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-18372: Add missing PyObject_GC_Track() calls in the pickle module (GH-8505)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Apr 2019 12:18:15 +0000 (05:18 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Apr 2019 12:18:15 +0000 (05:18 -0700)
commitc0f6f5370325459cadd90010530b1d300dce514e
tree369d2c28813af596eff4d4a1283df42e185cc990
parent8a9a6b443c57e47e9d10ed7775479aada4dac719
bpo-18372: Add missing PyObject_GC_Track() calls in the pickle module (GH-8505)

(cherry picked from commit 359bd4f61b9e1493081f4f67882554247b53926a)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2018-12-08-03-40-43.bpo-18372.DT1nR0.rst [new file with mode: 0644]
Modules/_pickle.c