]> 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:14 +0000 (22:31 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 May 2016 19:31:14 +0000 (22:31 +0300)
commit13e602ea0f08e8c04d635356375d1d2ab5a9b964
tree1c6c4f354fbed67740dc674f4057537a8e682394
parent3dc5129d4fd26d97c1cd8176f6e085db99e38036
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