From: Serhiy Storchaka Date: Tue, 2 Feb 2016 16:45:47 +0000 (+0200) Subject: Issue #25945: Fixed bugs in functools.partial. X-Git-Tag: v3.6.0a1~657 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65aaef423bb826dd4b4628b1df748bc286ad9888;p=thirdparty%2FPython%2Fcpython.git 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. --- 65aaef423bb826dd4b4628b1df748bc286ad9888