diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-04 10:54:04 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-04 10:54:04 (GMT) |
commit | 1d0bb9c8f97b0f4fc6717f73555576f523965e42 (patch) | |
tree | c6fe486557438be079c676b0fb2fc3b80af8d772 /Misc | |
parent | cfe34744e3c785a56525ab8a9473336206f5854d (diff) | |
parent | 19c4e0df29234355074fe7ec67857f0a0b7e0a18 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |