diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-02-02 18:45:47 +0200 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-02-02 18:45:47 +0200 |
commit | 65aaef423bb826dd4b4628b1df748bc286ad9888 (patch) | |
tree | 9dffadec128aef6689caa8557249a0a06fedc3e7 /Python/ceval.c | |
parent | 8254f793c073b1c802b12c31918ad2ac687d1f72 (diff) | |
parent | 38741285195fd78964f484ba3cb0feb67d7962c0 (diff) | |
download | cpython-git-65aaef423bb826dd4b4628b1df748bc286ad9888.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