summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-02-02 16:45:59 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-02-02 16:45:59 (GMT)
commit71b71763c5ae3fca539c3faff69ebdeaeaa84a80 (patch)
tree3e197a637d3f7ba249d0172be7f718ec3fde3842 /Misc
parent1d269c106740e855cb53f91a27ed85aaf1cf84f5 (diff)
downloadcpython-71b71763c5ae3fca539c3faff69ebdeaeaa84a80.zip
cpython-71b71763c5ae3fca539c3faff69ebdeaeaa84a80.tar.gz
cpython-71b71763c5ae3fca539c3faff69ebdeaeaa84a80.tar.bz2
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 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c87237f..92f6c20 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,11 @@ Core and Builtins
Library
-------
+- Issue #25945: 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.
+
- Issue #19883: Fixed possible integer overflows in zipimport.
- Issue #26147: xmlrpclib now works with unicode not encodable with used