]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix possible refleak in MAKE_FUNCTION (closes #26991)
authorBenjamin Peterson <benjamin@python.org>
Tue, 17 May 2016 05:52:40 +0000 (22:52 -0700)
committerBenjamin Peterson <benjamin@python.org>
Tue, 17 May 2016 05:52:40 +0000 (22:52 -0700)
commitad887cf7d1257e73819fa9fd926f15849192888c
treec1d7504cae6e7bf8cd29a5320ba53bec03e9a084
parent0495fa81e686ebfa40982e8a9298c3d50752cc58
fix possible refleak in MAKE_FUNCTION (closes #26991)

Patch by Xiang Zhang.
Misc/NEWS
Python/ceval.c