]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34491: Add missing Py_DECREF() in _bsddb's DB_join() (GH-8909)
authorZackery Spytz <zspytz@gmail.com>
Sat, 25 Aug 2018 04:22:21 +0000 (22:22 -0600)
committerXiang Zhang <angwerzx@126.com>
Sat, 25 Aug 2018 04:22:21 +0000 (12:22 +0800)
commit032e85f3fb6d2e6668d4e860b40525ed6cb8dd69
tree909cd09d9bd1c3f495ee05159fe09397b170d300
parent67dafd5c202cd529e209bf3f35e022ce766709eb
bpo-34491: Add missing Py_DECREF() in _bsddb's DB_join() (GH-8909)
Modules/_bsddb.c