summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-02-04 10:54:04 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-02-04 10:54:04 (GMT)
commit1d0bb9c8f97b0f4fc6717f73555576f523965e42 (patch)
treec6fe486557438be079c676b0fb2fc3b80af8d772 /Misc
parentcfe34744e3c785a56525ab8a9473336206f5854d (diff)
parent19c4e0df29234355074fe7ec67857f0a0b7e0a18 (diff)
downloadcpython-1d0bb9c8f97b0f4fc6717f73555576f523965e42.zip
cpython-1d0bb9c8f97b0f4fc6717f73555576f523965e42.tar.gz
cpython-1d0bb9c8f97b0f4fc6717f73555576f523965e42.tar.bz2
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
parses nested mutating sequence.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 97e391e..8ca4b01 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -163,6 +163,9 @@ Core and Builtins
Library
-------
+- Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
+ parses nested mutating sequence.
+
- Issue #5289: Fix ctypes.util.find_library on Solaris.
- Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying