]> granicus.if.org Git - python/commitdiff
Issue #25945: Fixed bugs in functools.partial.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 2 Feb 2016 16:45:47 +0000 (18:45 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 2 Feb 2016 16:45:47 +0000 (18:45 +0200)
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.

1  2 
Misc/NEWS

diff --cc Misc/NEWS
Simple merge