]> granicus.if.org Git - python/commit
bpo-32013: _pickle: Add missing Py_DECREF in error case in fast_save_enter() (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Nov 2017 08:19:52 +0000 (00:19 -0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 13 Nov 2017 08:19:52 +0000 (10:19 +0200)
commit6ed9d4ecde8c3f0eeadf188f15a5bbd32b9d1145
tree8c4ed22a069f1dfb9ffbabf4ec804b9afb46976e
parentad004f9b5a581f577374c56d8ab27e9ef2e73452
bpo-32013: _pickle: Add missing Py_DECREF in error case in fast_save_enter() (GH-4384) (#4385)

(cherry picked from commit f76231f89a7231fd486b37f728fbb4aab389e4d7)
Modules/_pickle.c