]> granicus.if.org Git - python/commit
bpo-18372: Add missing PyObject_GC_Track() calls in the pickle module (GH-8505)
authorZackery Spytz <zspytz@gmail.com>
Tue, 23 Apr 2019 11:56:08 +0000 (05:56 -0600)
committerInada Naoki <songofacandy@gmail.com>
Tue, 23 Apr 2019 11:56:08 +0000 (20:56 +0900)
commit359bd4f61b9e1493081f4f67882554247b53926a
tree855a49b616a74c02af6ed72cbb64e675371d2e1e
parent09415ff0ebbbe97c8cd08ac1f94673d7a49c8018
bpo-18372: Add missing PyObject_GC_Track() calls in the pickle module (GH-8505)
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