diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-02-02 18:45:17 +0200 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-02-02 18:45:17 +0200 |
commit | 38741285195fd78964f484ba3cb0feb67d7962c0 (patch) | |
tree | d0ba8044c27b3a2cc0bb3f40ebdea0edda25ef81 /Python/ceval.c | |
parent | 567d513b9bf24ea5f58c4ca0fc3e25c887b85dcf (diff) | |
download | cpython-git-38741285195fd78964f484ba3cb0feb67d7962c0.tar.gz |
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.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions