]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 May 2016 19:31:24 +0000 (22:31 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 May 2016 19:31:24 +0000 (22:31 +0300)
commit12cf60c7fa8f49997ce4d20be3bd814d736feeca
tree7cc41ee2ca32706d87aeec07de3883685b158be4
parent6546d7cac49c6c1e80115f4b64cbfd5ae8c68302
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
format unit.
Lib/test/test_capi.py
Misc/NEWS
Modules/_testcapimodule.c
Python/modsupport.c