]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25945: Fixed bugs in functools.partial.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 2 Feb 2016 16:45:59 +0000 (18:45 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 2 Feb 2016 16:45:59 +0000 (18:45 +0200)
commit71b71763c5ae3fca539c3faff69ebdeaeaa84a80
tree3e197a637d3f7ba249d0172be7f718ec3fde3842
parent1d269c106740e855cb53f91a27ed85aaf1cf84f5
Issue #25945: Fixed bugs in functools.partial.
Fixed a crash when unpickle the functools.partial object with wrong state.
Fixed a leak in failed functools.partial constructor.
"args" and "keywords" attributes of functools.partial have now always types
tuple and dict correspondingly.
Lib/test/test_functools.py
Misc/NEWS
Modules/_functoolsmodule.c