commit | 38741285195fd78964f484ba3cb0feb67d7962c0 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Feb 02 18:45:17 2016 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Feb 02 18:45:17 2016 +0200 |
tree | d0ba8044c27b3a2cc0bb3f40ebdea0edda25ef81 | |
parent | 567d513b9bf24ea5f58c4ca0fc3e25c887b85dcf [diff] |
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.