]> granicus.if.org Git - python/commit
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)
commit65aaef423bb826dd4b4628b1df748bc286ad9888
tree9dffadec128aef6689caa8557249a0a06fedc3e7
parent8254f793c073b1c802b12c31918ad2ac687d1f72
parent38741285195fd78964f484ba3cb0feb67d7962c0
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.
Misc/NEWS