commit | a07a8b4f18c9f3a6eb14080dcbef4dc23a2d3f3b | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Feb 04 12:45:46 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Feb 04 12:45:46 2013 +0200 |
tree | 90dbe40b508a126e0ee9f20b2297995bd5cd67ff | |
parent | f727c31133822b3e39f851fcca9d3239f389c054 [diff] [blame] |
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple parses nested mutating sequence.
diff --git a/Misc/NEWS b/Misc/NEWS index dacfc8b..ee1c02e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -199,6 +199,9 @@ 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